-
Wow! This is the hottest blog I've ever seen. I'd really love to...
Archives
Category Archives: Apache
Running Multiple Websites on Apache
You’ve been creating websites on your Apache installation on Windows – making a sub-directory for each site you want to design/develop. But wouldn’t it be good if you could run multiple websites on a single Apache installation – changing http://localhost/mynewsite1/, http://localhost/mynewsite2/, etc. to http://mynewsite1/, http://mynewsite2/, etc. Well you can! – with Apache Virtual Hosts. This article will show you how to run as many websites (or Virtual Hosts) as you like on your Apache installation on Windows by making a few simple additions to your Apache configuration file and your Windows hosts file. Continue reading
Installing Apache, MySQL and PHP on Windows
This is it! The definitive guide to installing and configuring Apache 2.2.4, MySQL 5.0.27 and PHP 5.2.1 on Microsoft Windows XP (SP2) with support for both MySQL and MySQLi PHP extensions. And, yes, if you follow these instructions to the letter, the software will actually work! Continue reading
Posted in Apache, MySQL, PHP
17 Comments