Hi, basicly I need help with .htaccess
Say I wanted to block a referrer the code would be
Right, so say I need to block the person's IP if they come from a blocked referrer, does anyone know the code for that?PHP Code:RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)sitename/(-|.).*$ [NC,OR]
Thanks
Remel





Reply With Quote