Quote:
Originally Posted by Cleo
htaccess should do what you want
Make a directory with a htaccess file in in and put this in the file.
Code:
RewriteEngine on
RewriteRule .* http://www.whereyouwantthemtogo.com/*[R=301,L]
|
hmm but doesn't such method show site 'A' as referer ?
let's say I have link on google.com to cnn.com/test , on cnn.com/test i have this .htaccess -> redirecting to bbc.co.uk...
Wouldn't be google showed as referer in bbc.co.uk stats ?
hmm