Quote:
Originally Posted by CYF
If you have access to httpd.conf you can add the following to it:
ErrorDocument 404 /missing.html
That'll let you have a custom missing.html on every site and not have to mess around with a .htaccess for each site.
Decent article tho.
|
Where in the httpd.conf while would I add ErrorDocument 404 /missing.html ?