Hi Guys,
I have a Linux Server running Apache 2.2.22, I have some custom error pages located in the following location '/var/wwwerror/'.
This is setup as a Vertual Directory called '/error/'.
Error/
Error/404.htm
Error/401.htm
Error/500.htm
I have in my Apache Configuration the following lines
ErrorDocument 404 /error/404.htm
ErrorDocument 401 /error/401.htm
ErrorDocument 500 /error/500.htm
Now my Vertual Directory is stored in my Main HTTPD.conf file along with these lines. When I attempt to go to a directory that doesn't exsist on my server for example [
servername...] I get back my browser standard Error Page. But when I don't autherize on lets say [
servername...] I get back my 401 error page, but this isn't working for my 404 or 500 pages.
Does anyone have any idea's as to what is going on or what could be causing this to happen?
Any help would be great.
Regards
Thomas Park