Running a web server on your PC

If you are into IT or into web development, there are plenty of resources out there for you to learn and get the best out of your web development experience. I found a new software that lets you run Apache,MySql ,PHP and Perl all in one package. You can download the software and put it on your computer just as if you were downloading any messenger programs out there, yes! it’s that easy. The good part about the software is that it runs both on Windows and Linux and you also don’t even have to be online to write your codes and test it on your server.

Here is how it works:

Go to —>> http://www.apachefriends.org/en/xampp.html

1- Download the EXE (7-zip) [MD5] for faster download and to save you instalations pain!

2- Instalation


3-After the installation is complete, you will find XAMPP under Start / Programs / XAMPP. You can use the XAMPP Control Panel to start/stop all server and also install/uninstall services.

4- Test: After Apache starts, open the URL http://localhost or http://127.0.0.1 and examine all of the XAMPP examples and tools.

if you get apage similar to this you are into business!


remember to access the XAMPP main page you can also type the IP of the localhost which is bye default 127.0.0.1 and that should take you to xampp.

Next week i’ll put a tutorial on how to upload files to your html folder and have a local website running on your computer. I’ll also put instructions on how to access your website outside of your network. So come back for some more free knowledge.

Leave a Reply