March 10th, 2003, 01:54 PM
|
#1 (permalink)
|
| Moderator
Join Date: Oct 2001 Location: Winter Park FL
Posts: 5,302
|
Hello. I am trying to setup up Vhosts with my web server. I am running Apache 2.0 on WinXP. Here is the code I have so far in my server config file...
NameVirtualHost *
<VirtualHost *>
ServerName www.phenious.com
ServerAlias phenious.com
DocumentRoot F:/Website/phenious
</virtualHost>
<VirtualHost *>
ServerName www.autumn.phenious.com
ServerAlias autumn.phenious.com
DocumentRoot F:/Website/autumn
</virtualHost>
I have a dynamic service that points phenious.com to my current IP. I have the software update phenious.com and autumn.phenious.com every 2 min if there is a change. www.phenious.com works fine but I cant get www.autumn.phenious.com to work. do I need to take out some other code in the config to get it to pay attention to the vhost code? Thank you
-: phenious :- |
| |