- Download WAMP from the following link. http://www.wampserver.com/en/
- It is an .exe file, simply double click it and give the path as C:/wamp or whatever directory you want,give it.
- Once installation is successful, an icon will be appearing at the bottom right task bar like this
- Click the icon, a menu will be opened, click “put online” (this is to enable access to apache to other machines), if your ip address is 192.167.3.4, then any other machine which is connected in your network will give this ip address to use wampserver
- Once you click the icon as specfied in Step 3, you will get the following menu
- localhost –> to display the homepage of the wampserver
- phpMyAdmin –> it is to manage the MySQL through a GUI, you can create databases, tables within databases, update, insert, etc
- www directory is the place where you can put all your web application files. if your entire application is residing in a folder called as “pradeep”, then copy the pradeep/ to the www/ and the path to the pradeep/ is http://localhost/pradeep
- Apache – to configure apache (like change of port address, server path change, etc)
- PHP –> to configure PHP
- MySQL –> to configure and work with MySQL in command mode.
- http://localhost/ will display the following page
- http://localhost/moodle will display the following page
Related posts:





Just landed on this place via Google seek. I love it. This post change my perception and I am bringing the RSS feeds. Cheers Up.