Jump to content

.htaccess selective redirect?


Bryan Ex

Recommended Posts

I\'ve been struggling with this one for a couple of weeks now so perhaps someone here may have an answer or some guidance to share. What I\'m after is to redirect only a bookmarked page request back to my main site page. In other words, if someone bookmarks my gallery or message board, they call up the site main page on their next vist but as long as there\'s a referal in the header all works fine. I\'ve spent hours on the Apache site but admittedly much of what they speak of is beyond my experience level. Is this possible to do and if so, why does the following not seem to do it?

 

RewriteEngine on 

RewriteCond %{HTTP_REFERER} !^$ 

RewriteCond %{HTTP_REFERER} !^http://mydomain.com/.*$ [NC] 

RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com/.*$ [NC] 

RewriteRule ^? http://www.mydomain.com [R,L]

 

P.S. I\'ve been through the discussion of both why do I want to do this and how I\'ll lose members countless times during my search so please, let\'s not go there yet again :roll:

Link to comment
https://forums.phpfreaks.com/topic/1455-htaccess-selective-redirect/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.