Third Error

Deploy a Local Web Server on Windows

In this tutorial, we’re going to show you how to quickly deploy a local WAMP (Windows Apache MySQL PHP) server in a few minutes using XAMPP. Using a local webserver, you can install PHP web applications on your local computer (such as a personal wiki, chat, forum, etc).

For this tutorial, we’ll be showing you how to setup XAMPP using the self extracting 7-Zip file.

Downloading XAMPP

XAMPP 7-Zip Download

Head over to this page to download XAMPP, and pick the EXE (7-zip) as it’s the smallest package size. Save it to your main drive (usually C:\).

Setting up XAMPP

7-Zip Extract XAMPP

Double click the archive, and just accept the default location. It’ll automatically create a folder called xampp.

Setup XAMPP

Head into the newly created xampp folder and double click on setup_xampp.bat, where an install script will configure XAMPP. It’ll prompt you to press a key once you’re done.

XAMPP Control Panel

Double click on xampp_control.exe, where a control panel will launch. For basic functionality, you’ll need to start Apache, and for most needs, you’ll need to launch MySQL. Closing the window will minimize it to the system tray.

That’s it! To access your new webserver, head to http://localhost/ to see the default XAMPP pages. To place pages on your website, place your HTML files in the htdocs folder.

Tags: ,

This entry was posted on Friday, August 15th, 2008 at 11:56 pm and is filed under Frontpage, Software, Windows. You can follow any responses to this entry through the RSS 2.0 feed.

You can leave a response, or trackback from your own site.

2 Responses to “Deploy a Local Web Server on Windows”



Robin said on December 10th, 2008 at 2:59 am

Hi,

Great article. Just wanted to know how would I be able to share this on my office lan? I have a local server running. How can other people on the lan access it? I tried http://localhost/ from another machine, but it doesn’t show there.

Any help would be appreciated.

Robin



Jason said on December 10th, 2008 at 7:46 am

You’ll need to find the network IP address of the computer you setup the server on.

Under XP, go to Control Panel, Network Connections, then highlight the network connection you use to connect to the LAN. Double click, go to the Support tab, and take note of the IP address.

Hope that helps.

Leave a Reply

Subscribe to Third Error

recent posts

tag cloud