I am pretty sure that this is a vitrual host issue. Below is a copy of what I have for vhost
NameVirtualHost 192.168.15.105
NameVirtualHost 70.178.204.93
<VirtualHost 192.168.15.105 70.178.204.93>
DocumentRoot C:/wamp/www/owpt
ServerName owpt.biz
ServerAlias owpt
</VirtualHost>
<VirtualHost 192.168.15.105 70.178.204.93>
DocumentRoot C:/wamp/www/thomashostings
ServerName thomashostings.com
ServerAlias thomashostings
</VirtualHost>
The problem is that both [
www.owpt.biz] and [
www.thomashostings.com] are loading the same index page. If you follow the link you will see that they are both the same exact page. I have two different index pages one for thomashostings and one for owpt but only owpt is loading for both sites.
Any help would be greatly apericated.