Redir on 404
3/29
404 pages
Search on 404
ErrorDocument 404 /error.php
<?php
header
(
"Location: http://example.com/"
);
? >
•
Pro: Hides errors from users
•
Pro: Easy to implement
•
Con: Nobody knows what went wrong
•
Con: Retyping of URL required on spelling errors