Forum Moderators: phranque

Message Too Old, No Replies

Virtual domain server in SERPs

configuration problem

         

SmallTime

1:53 am on Apr 24, 2002 (gmt 0)

10+ Year Member



In a couple SE's, Teoma and Fast, in the SERPs, my site is showing up as "http//www.server.host.org/mydomain.com/ rather than "http//www.mydomain.com/". It is a virtual domain. I have also seen it show up as a subdirectory of someone elses domain. Doesn't happen in Google. It is a unix host. The sys admins seem not to know what the problem is, any ideas? httpd.conf VirtualHost directives look ok, but it doesn't have a NameVirtualHost directive. Should it?

Air

11:52 pm on Apr 24, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes it should have a NameVirtualHost directive, it defines the IP of the server that will serve on behalf of the name based virtual servers that follow.

Also make sure that within the httpd.conf file that the directives ServerName and DocumentRoot are correct for the virtual host container that defines your host/domain.

SmallTime

12:02 am on Apr 25, 2002 (gmt 0)

10+ Year Member



Thanks, will prod them.