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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.