If you would like to build your own website, you can do it on your own computer without putting it online. This can be useful for a number of reasons:
- You don’t have your own web hosting to test with
- You want to test a website before you put it online
- You want to start a website that helps you organize your life, for example, but you don’t always have access to the internet
In this guide, you’ll learn how to set up Apache, MySQL, and PHP on your computer. This will be the base for your website and will create an environment for you to develop in.
This guide is part of the Turning Your Computer into a Local Web Server series. Learn more from the main page.
Installing WAMP on Your Windows Machine
To install WAMP (Windows Apache, MySQL, and PHP) in Windows, do the following:
- Download WAMP here
- Double click on the installer
- Assuming you haven’t installed WAMP before, click Yes
![Install Apache, MySQL, and PHP in Windows [How To] wamp01 Install Apache, MySQL, and PHP in Windows [How To]](http://i0.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp01.png)
- Click Next
![Install Apache, MySQL, and PHP in Windows [How To] wamp02 Install Apache, MySQL, and PHP in Windows [How To]](http://i0.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp02.png)
- Accept the agreement and click Next
![Install Apache, MySQL, and PHP in Windows [How To] wamp03 Install Apache, MySQL, and PHP in Windows [How To]](http://i1.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp03.png)
- I recommend installing in c:\wamp. Click Next
![Install Apache, MySQL, and PHP in Windows [How To] wamp04 Install Apache, MySQL, and PHP in Windows [How To]](http://i1.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp04.png)
- Choose your shortcut icon preferences and click Next
![Install Apache, MySQL, and PHP in Windows [How To] wamp05 Install Apache, MySQL, and PHP in Windows [How To]](http://i1.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp05.png)
- Click Install
![Install Apache, MySQL, and PHP in Windows [How To] wamp06 Install Apache, MySQL, and PHP in Windows [How To]](http://i2.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp06.png)
- WAMP will now install
![Install Apache, MySQL, and PHP in Windows [How To] wamp07 Install Apache, MySQL, and PHP in Windows [How To]](http://i0.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp07.png)
- If prompted, click Open to choose Windows Explorer and your default browser
![Install Apache, MySQL, and PHP in Windows [How To] wamp08 Install Apache, MySQL, and PHP in Windows [How To]](http://i1.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp08.png)
- Leave the default settings unless you have a need to change them and click Next
![Install Apache, MySQL, and PHP in Windows [How To] wamp09 Install Apache, MySQL, and PHP in Windows [How To]](http://i2.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp09.png)
- Click Finish and launch WAMP Server
![Install Apache, MySQL, and PHP in Windows [How To] wamp10 Install Apache, MySQL, and PHP in Windows [How To]](http://i1.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp10.png)
- WAMP will launch. Wait for the WAMP icon to turn white in the notification area
![Install Apache, MySQL, and PHP in Windows [How To] wamp11 Install Apache, MySQL, and PHP in Windows [How To]](http://i0.wp.com/mintywhite.com/images/wg/0902/27wamp/wamp11.png)
- Going to localhost in your browser will bring up the following admin area menu
![Install Apache, MySQL, and PHP in Windows [How To] th wamp12 Install Apache, MySQL, and PHP in Windows [How To]](http://i1.wp.com/mintywhite.com/images/wg/0902/27wamp/th_wamp12.png)
Now you’ve learned how to install Apache, MySQL, and PHP on your Windows machine, you may now install WordPress or Drupal in ten minutes or less.
Search Windows Guides