| Liam Delahunty: Home | Tips | Design | Web | Words | Links | Contact |
|---|
|
Panda Internet Security 2007 - $15 Discount Coupon Download Free Web Design Software Here Sponsors:
Recommended laptop
under £500. Think I deserve a present? See my Amazon Wish List |
Windows apache virtualhostThis will allow one to set up apache so that you can access a web site stored locally on a windows box in a more convienient manner: http://sitename rather than http://127.0.0.1/sitename/. It's useful to test things and looks neat! In the httpd.conf file add a line to the bottom such as: Include "C:/Program Files/Apache Group/Apache/conf/vhosts.conf"
Create and open that file and add lines such as
NameVirtualHost * |