Forum Moderators: open
Is there a way to do this?
sounds like a terrible, terrible idea
RewriteCond %{HTTP_REFERER} example\.com
RewriteRule .* http://www.example.com/page.html [R=XXX,L] [R=XXX,L] you put the server response code that you want to use (301 or 302 usually). This goes in the .htaccess file after your canonical rewrites. I don't have direct access to the htaccess file myself - I have to have my host modify it