Forum Moderators: phranque
I'm searching for a way, via .htaccess file, to redirect a visitor on my site by the refering page to another page on my site.
Below is what I have tried, but does not seem to do anything.
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_REFERER} ^http://www.mysite.com/frompage.html$
RewriteRule ^.*$ [mysite.com...] [L,R]
Redirect 301 /frompage.html [mysite.com...]