another virtual host issue
Posted by: tomfmason (---.ks.ks.cox.net)
Date: June 04, 2006 03:25PM

I had a problem with an error 403 with all of my sites, so I went through and change my port number from 80 to 8080 and now one of my domain names with load but the other goes to my router login page. Below is exactly what I have for the virtual host commands.

NameVirtualHost 192.168.15.105
NameVirtualHost 70.178.204.93

<VirtualHost 70.178.204.93 192.168.15.105>
DocumentRoot C:\users\www\owpt\public_html
ServerName owpt.biz
ServerAlias owpt
</VirtualHost>

<VirtualHost 70.178.204.93 192.168.15.105>
DocumentRoot C:\users\www\mail
ServerName mail.owpt.biz
ServerAlias mail
</VirtualHost>

<VirtualHost 70.178.204.93 192.168.15.105>
DocumentRoot C:\users\www\ftp
ServerName ftp.owpt.biz
ServerAlias ftp
</VirtualHost>

<VirtualHost 70.178.204.93 192.168.15.105>
DocumentRoot C:\users\www\thomashostings\public_html
ServerName thomashostings.com
ServerAlias thomashostings
</VirtualHost>


<VirtualHost 70.178.204.93 192.168.15.105>
DocumentRoot C:\users\www\mail
ServerName mail.thomashostings.com
ServerAlias mail
</VirtualHost>

<VirtualHost 70.178.204.93 192.168.15.105>
DocumentRoot C:\users\www\ftp
ServerName ftp.thomashostings.com
ServerAlias ftp
</VirtualHost>

As you can see there is no difference between these other then the domain name and yet [www.owpt.biz] works fine and [www.thomashostings.com] gos to my router login page. I thought that maybe I had missed something so I cut the thomashostings portion out and coppied the owpt. I then pasted it were the thomashostings once was. That did nothin. Please help.


Options: ReplyQuote


Sorry, only registered users may post in this forum.