Forum Moderators: phranque
I'm getting a bit of unwanted attention from traffic exchange programs that I haven't signed up for - and don't want.
They all seem to use runner.php or multisurfbar.php scripts, so I was wondering if this would work in htaccess:
RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} /scripts/runner\.php [NC]
RewriteCond %{HTTP_REFERER} multisurfbar\.php [NC]
RewriteRule .* - [F]
If not, could some kind soul give me a hand?
Ta,
Dave