/ Published in: Other
And http://www.htpasswdgenerator.com/apache/htaccess.html
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / </IfModule> ErrorDocument 404 http://yoursite.com/path/file.php ErrorDocument 500 http://yoursite.com/path/file.php
URL: http://designertuts.com/htaccess-stopping-page-not-found-errors/