|
ErrorDocument 403 /errorpages/banned.html
ErrorDocument 404 /errorpages/file.html
CheckSpelling off
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /errorpages/file.html
deny from 67.153.
deny from 67.176.
deny from all
thats all i have in my .htaccess, and it doesn't work. that is why I am really frustrated. I am using 1and1, so it must be my host. the 404 responds because of the rewrite rule, but the 403 acts like it doesn't exist when I ban myself.
|