Need help with apache

GodThor

Regular Member
Joined
May 22, 2018
Messages
297
Reaction score
15
Is apache where I will test my php code? I went to this site to download it https://httpd.apache.org/download.cgi#apache24 but I don't know what to download for windows 64, where can I find a package that includes everything and can be installed easily? I want to learn to code for now
 
Apache just a web server.. you need more than that

W - Windows
A - Apache
M - Mysql
P - PHP

http://www.wampserver.com/en/#download-wrapper
 
slide_2.jpg


You can download xampp or wamp.

I prefer xampp.
https://www.apachefriends.org/download.html
 
Is apache where I will test my php code? I went to this site to download it https://httpd.apache.org/download.cgi#apache24 but I don't know what to download for windows 64, where can I find a package that includes everything and can be installed easily? I want to learn to code for now

You don't need Apache, you need an integrated solution or IDE for coding:
  • WampServer
  • OpenServer
  • Denwer
  • etc
 
Do you test every language for web developing through these servers? aka css/javascript too? Do you build themes through them as well? I mean are they something like game engines for web developing? ( I don't even know what game engine is)
 
Is apache where I will test my php code? I went to this site to download it https://httpd.apache.org/download.cgi#apache24 but I don't know what to download for windows 64, where can I find a package that includes everything and can be installed easily? I want to learn to code for now
for windows simple download wamp 3.x or xamp for to run apache on windows
 
OpenServer is the best solution.
 
Keep in mind files in Windows are case insensitive, in Linux (which is highly likely the OS your server will run on) they're not.
 
You got a clear response from many people. That way you can install it locally.
Now for the real world I would suggest that you get a box on Vultr for $2.5 and start playing with Linux, installing uninstalling and running some tests.
If you fuck up something just erase and start with a new box doing some new tests.
There is a lot of content on DigitalOcean, Linode and Vultr blogs.
Here a cheatsheet for Linux commands that you can test.
linux-cheat-sheet.png
 
Back
Top