W
wardjame
Guest
I've added a .org domain alias to a .com on my server but for some reason the plesk welcome page is coming up instead of my .com content when I type in the .org. The httpd.conf file looks fine:
<VirtualHost 69.55.###.###:443>
ServerName example.com:443
ServerAlias www.example.com
UseCanonicalName Off
ServerAlias example.org
ServerAlias www.example.org
Any thoughts on what could be causing this? I'm not really sure how to find more information about what the serve is actually doing when I request this page. It mush be trying to serve the site from somewhere else but I have no idea where.
Any help would be much appreciated.
<VirtualHost 69.55.###.###:443>
ServerName example.com:443
ServerAlias www.example.com
UseCanonicalName Off
ServerAlias example.org
ServerAlias www.example.org
Any thoughts on what could be causing this? I'm not really sure how to find more information about what the serve is actually doing when I request this page. It mush be trying to serve the site from somewhere else but I have no idea where.
Any help would be much appreciated.