/ Published in: Other
URL: http://designertuts.com/htaccess-stopping-page-not-found-errors/
And http://www.htpasswdgenerator.com/apache/htaccess.html
Expand |
Embed | Plain Text
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / </IfModule> ErrorDocument 404 http://yoursite.com/path/file.php ErrorDocument 500 http://yoursite.com/path/file.php
You need to login to post a comment.
