Does anyone have any idea why this isn't working?
The following virtual host info in my httpd.conf works when I have someone
try it from my IP (I assume cause it's the default ), but not when I try the
domain
www.mysite.com or it's aliases.
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin admin DeleteThis @mycompany.com
ServerName
www.mysite.com
ServerAlias mysite.com *.mysite.com
DocumentRoot C:/www/mysite
</VirtualHost>
The dns info appears to be correct, a whois shows it points to my name
server, and the name server points to my IP correctly. My domain people tell
me everything is set up correctly with the mysite.com domain and the name
server. I've tried shutting off my firewall, and my router forwards port 80
traffic to my server correctly. Any ideas why the
www.mysite.com doesn't
work? Thanks for any guesses!
Steve.