Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 2 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
cinthia
Joined: Jan 11, 2006
# Posts: 2
|
Posted: 2006-Feb-05 17:23
Dear Friends,
I am running into a little problem with my .htaccess file. Right now it is configured to redirect to a certain url if a vistor has arrived from 3 givven urls. And it works just fine. However recently I wanted to add the url starting with https:// and it is not working. Is there another syntax that needs to be used in connection with redirecting visitors arriving from secure pages? Below is the code that I have:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://www1.someurl.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://www2.someurl.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://www.anotherurl2.com [NC]
RewriteRule /* [link] [R,L]
Thank you
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|