View Single Post
Old 2008-10-03, 02:24 PM   #3
klinton
WHO IS FONZY!?! Don't they teach you anything at school?
 
Join Date: Feb 2004
Posts: 47
Send a message via ICQ to klinton
Quote:
Originally Posted by Cleo View Post
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
__________________
always look on the bright side of life
klinton is offline   Reply With Quote