02-06-2009, 12:49 AM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,267
Thanks: 90
|
I do something like the following. It's not currently set up, but in my old Apache config I see I did the following:
Code:
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
DocumentRoot "C:\wamp\www\TalkPHP"
ServerName talkphp.localhost
</VirtualHost>
Don't forget to restart Apache once modified.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|