Global Server Redirection

Basically what is needed is a standard error page for the entire server.

And the subdomain process that writes out the <domain>.conf isn’t working right on our server because every time we add one it goofs it.

(I’ll create a ticket)

For instance:

I created a subdomain for a domain harvestgain.com

ac2.harvestgain.com, but now when you try to go to www.harvestgain.com you get www.1017therocket.com. HUH?

Basically what I need is if any page doesn’t resolve right, redirect right, etc I need it to go to a general page and not just land on the first domain listed in the Apach configs.

Suggestions?

setting a default error document in

/etc/httpd/conf/httpd.conf

might do the trick

Of course with AllowOverride set to ALL this could be overridden by a virtual host conriguration file or even a .htaccess file.