Forum Moderators: phranque
I have little knowledge of how to do such things but have been told that they are redirecting to our main site address followed by a "?". I'm not sure why the question mark has been added. Anyway, can anyone help or advise me what if anything I can do?
To redirect incoming requests back to the referer you can use the following in your config:
RewriteEngine on
RewriteCond %{HTTP_REFERER} refererdomain\.com [NC]
RewriteRule ^(.*) http://www.refererdomain.com/ [R=301,L]
Andrew
[edited by: jdMorgan at 6:15 pm (utc) on Feb. 15, 2006]
[edit reason] De-linked [/edit]