Hi,
I just moved from a shared Virtual server with Vservers.com to a shared virtual server with HostPro.
I've got root access to the new server but the configuration is not set up for custom error pages like it was on the last server. I just had to put an entry into the <VirtualHost> section of the httpd.conf file before.
Now I've got a vhosts.conf file which determines the setup of each virtual host. I looked at the Apache documentation and found the correct format for setting up custom error pages. I'm using...
ErrorDocument 404 /errordocs/404.html
However, the standard default error pages are displayed, instead of the custom ones. I checked the error log and there is no error regarding the custom error page.
So it seems like my lack of knowledge is causing me to overlook something.
HELP!!!
David
I just moved from a shared Virtual server with Vservers.com to a shared virtual server with HostPro.
I've got root access to the new server but the configuration is not set up for custom error pages like it was on the last server. I just had to put an entry into the <VirtualHost> section of the httpd.conf file before.
Now I've got a vhosts.conf file which determines the setup of each virtual host. I looked at the Apache documentation and found the correct format for setting up custom error pages. I'm using...
ErrorDocument 404 /errordocs/404.html
However, the standard default error pages are displayed, instead of the custom ones. I checked the error log and there is no error regarding the custom error page.
So it seems like my lack of knowledge is causing me to overlook something.
HELP!!!
David