HI all,
I am running apache with a couple virtualhosts listening on different IP address.
Instead of defineing the error document for each virtual directory, is there a better way to define a global error document in httpd.conf?
I've tried adding
ErrorDocument 404 /errors/error.html
ErrorDocument 403 /errors/error.html
ErrorDocument 401 /errors/error.html
on the root level (out side of the <virtualHost> tag, but that didn't seem to have worked ....
Many thanks!
I am running apache with a couple virtualhosts listening on different IP address.
Instead of defineing the error document for each virtual directory, is there a better way to define a global error document in httpd.conf?
I've tried adding
ErrorDocument 404 /errors/error.html
ErrorDocument 403 /errors/error.html
ErrorDocument 401 /errors/error.html
on the root level (out side of the <virtualHost> tag, but that didn't seem to have worked ....
Many thanks!