PHP, MySQL, JavaScript, Windows 7, Linux
Posts tagged virtualhost
Setting up virtual hosts with Apache on Windows XP
Sep 13th
In this tutorial, we will discuss how to setup virtual hosts for your development environment (or production, if you wish) on Windows XP. This will allow you to use URLs such as http://mywebsite/ instead of http://localhost/mywebsite/, which is much more realistic. Read the rest of this entry »