Forum Moderators: phranque
SetEnvIf referer .*\forum.* ban
Converted to this:
RewriteCond %{HTTP_REFERER} forum [OR]
That made the website come back up last November, and now I see that people are entering the site from forums again.
Rewriting one REFERER group with a
RewriteRule ^.*$ [sendumhere.com...] [R=301,L]
and rewriting a REFERER like this
RewriteRule .* - [F]
No longer work!
Odd isn’t it?
Well at least my spider trap still works.
Note also that the last RewriteCond before the RewriteRule *must not* have an [OR] flag.
Jim