Thread
:
Make a Custom 404 Error Page for Fun and Profit [[Tutorial]]
View Single Post
05-14-2009, 04:50 PM
CYF
Coupon Guru
Industry Role:
Join Date: Mar 2009
Location: Minneapolis
Posts: 10,973
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.
CYF
View Public Profile
Visit CYF's homepage!
Find More Posts by CYF