Forum Moderators: phranque
I wish to block both: domain.net and domain.org
Would this work:
RewriteCond %{HTTP_REFERER} domain\.(net¦org)
Or can I just leave off the extensions like this:
RewriteCond %{HTTP_REFERER} domain\.
Thanks
RewriteCond %{HTTP_REFERER} domain RewriteRule ^.* - [F]
would be fine.