News Feed
Jobs Feed
Sections




News Archive
SitePoint Web Tech Blog:
How to Test Multiple Websites on One PC With Apache Virtual Hosts
April 24, 2009 @ 10:24:31

On the SitePoint.com Web Tech blog, Craig Buckler explains how you can test multiple PHP/MySQL/Apache websites on your local machine without having to change your Apache configuration each time - the magic of VirtualHosts.

It is rare to find a web developer with responsibility for just one website. In this article, we will configure your development PC so you can test any number of websites using a dedicated domain name for each one. You will require a local installation of Apache 2.2 and, optionally, PHP and MySQL.

He explains the only two parts you'll need to get it up and running - changes to your hosts file and updates to the Apache configuration file to add in VirtualHost records for each site. He also throws in a bonus tip about detecting which host the script is being used on via the $_SERVER['HTTP_HOST'] variable.

0 comments voice your opinion now!
multiple website apache virtualhost tutorial host file configure


blog comments powered by Disqus

Similar Posts

PHPMaster.com: ClamAV as a Validation Filter in Zend Framework

Rob Allen's Blog: An introduction to Zend\Di

ZendCasts.com: RESTful Delete with SLIM, jQuery and JSON

PHPMaster.com: Explore Aspect Oriented Programming with CodeIgniter, Part 2

PHPMaster.com: Laravel: Is It Really Clean and Classy?


Community Events











Don't see your event here?
Let us know!


release community symfony2 rest podcast phpunit usergroup functional testing development database framework introduction language conference series opinion interview google zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework