Choose the Right WAMP Installer
There are a series of opposite WAMP installers out there we can use to implement Apache, MySQL, and PHP on Windows (WAMP). Some of the improved ones are: , , , , , (includes a CMS program), and . I’m going to uncover we how to use AppServ.
How to Install AppServ
- Download AppServ from and double click it to open it.
- Agree to the permit and afterwards select the office where we wish to implement AppServ.
- I suggest we implement all 4 elements: Apache, MySQL, PHP, and phpMyAdmin. The usually one not compulsory for a contrast server is phpMyAdmin, though it’s really useful.
- Because this is being set adult as a contrast server, use “localhost” as the server name and “admin@localhost” as the administrator’s email address. You can leave the pier the default (80).
- MySQL defaults to a vacant base password, though that is really insecure, so give your set adult a secure base cue – one that you’ll remember. Then click Install.
- AppServ will go by all the stairs to implement Apache, MySQL, and PHP on your system.
- Have AppServ start Apache and MySQL, and afterwards crop 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 office that we chose. The default is “C:/AppServ/www”.
I suggest changing this location, so that your contrast server is located nearer to your other Web files. To change the plcae of your server:
- Open httpd.conf in a content editor. The httpd.conf record will be found in the AppServ/Apache2.2/conf directory.
- Search for the word “DocumentRoot” in that file.
- Place a crush symbol (#) during the front of the line that starts DocumentRoot. This will criticism out this line.
- Write a new line that reads:
DocumentRoot "Full trail to your Web site directory" - Then go down to a line that reads:
Directory "C:/PROGRA~1/AppServ/www"and change the trail in quotes to your DocumentRoot path.
- Restart Apache (go to your Start menu, All Programs, AppServ, and select “Apache Restart” in control server by service).
If we wish phpMyAdmin regulating on your server, you’ll need to duplicate the phpMyAdmin folder from the AppServ/www folder into your new DocumentRoot folder. Login regulating the base username and cue we tangible in setup.





You must log in to post a comment.