/ Published in: Apache
Just insert it into your .htaccess file to redirect all your 404 error pages to any address
Expand |
Embed | Plain Text
ErrorDocument 404 http://www.your_site_name.tld
You need to login to post a comment.
caruso_g on 04/15/09
redirect error page htaccess apache 404
2 people have marked this snippet as a favorite
Just insert it into your .htaccess file to redirect all your 404 error pages to any address
ErrorDocument 404 http://www.your_site_name.tld
You need to login to post a comment.