How to Install WAMP

Jennifer Kyrnin

2009-12-09

Choose the Right WAMP Installer
There are a number of different WAMP installers out there you can use to install Apache, MySQL, and PHP on Windows (WAMP). Some of the better ones are: AppServ, EasyWamp, FoxServ,PHPDev, PHP Triad, Typo3 WAMP Installer (includes a CMS program), and WampServer. I'm going to show you how to use AppServ.

How to Install AppServ

1.Download AppServ from SourceForge and double click it to open it.
2.Agree to the license and then choose the directory where you want to install AppServ.
3.I recommend you install all four elements: Apache, MySQL, PHP, and phpMyAdmin. The only one not required for a testing server is phpMyAdmin, but it's very useful.
4.Because this is being set up as a testing server, use "localhost" as the server name and "admin@localhost" as the administrator's email address. You can leave the port the default (80).
5.MySQL defaults to a blank root password, but that is very insecure, so give your set up a secure root password - one that you'll remember. Then click Install.
6.AppServ will go through all the steps to install Apache, MySQL, and PHP on your system.
7.Have AppServ start Apache and MySQL, and then browse to http://localhost/ to see your new Web site.

Configure Your WAMP Server

AppServ puts all your Web pages into the "DocumentRoot" - this is located in the www sub-directory off of the AppServ directory that you chose. The default is "C:/AppServ/www".
I recommend changing this location, so that your testing server is located nearer to your other Web files. To change the location of your server: Read More

Free Website Hosting