Note that the installation instructions that follow are geared towards installing WAMPSever on Windows 7: while installation on earlier versions of Windows is entirely possible, each OS typically requires its own unique tricks.
- Download WAMPServer.
- Install WAMPServer as you would any other Windows program, providing User Account Control approval where needed. (On Windows, server software prefers to be installed at the root of the drive, i.e. directly in C:\ I recommend you follow this preference.).
- WAMPServer wants to know the location of your default browser. I recommend taking the time to locate Firefox, Chrome, or Safari on your C: drive. (For example, Computer > C > Program Files > Mozilla Firefox > Firefox)
- WAMPServer will prompt you for the PHP Mail address. Leave the default information there and press Next – it is not important for our purposes.
Once installed, all services should be running; WAMPServer runs a small icon in the Windows panel. Test your installation by pointing any browser to http://localhost You should see the default WAMPServer page appear.
Assuming you have followed the steps above, your server looks for resources in C:/WAMP/www/ Placing a new folder (say newsite) in this location will mean that the URL to reach pages in
newsite
on the development server will be http://localhost/newsite/
Enjoy this piece? I invite you to follow me at twitter.com/dudleystorey to learn more.