Quote:
|
Originally Posted by midwest
ErrorDocument 403 /403.shtml
SetEnvIfNoCase Referer .*poker.* spam
Order Allow,Deny
Deny from env=spam
The above would wiork as you want I think.
but you should know,
The earlier examples used mod_rewrite,
this example uses mod_access
|
It will take me a while to understand all of this. Until then, could you explain the purpose of:
<Files 403.shtml>
order allow,deny
allow from all
</Files>
This is what CPANEL put in htaccess when I used CPANEL to edit a 403 error page.