![]() Topic awaiting preservation: Still Have Referrer Problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() Okay, I have to get back to this pop-up script that's causing me problems in NN4. (There was a topic on its development in DHTML/Javascript, but it seems to have vanished.) |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Hey Wes. |
Paranoid (IV) Inmate From: 127.0.0.1 |
![]() Wes - |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() Okay, I've found a little time to get back to this... |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() RewriteCond %{HTTP_REFERER} !^$ |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() Ah, that's what I thought. So, wouldn't it be irrelevant in the logic above? After all, I want anything that doesn't match my URLs to return the forbidden graphic. So, if I'm thinking correctly, anything that doesn't return a referer still doesn't match the defined URLs, so it would qualify for the rewrite anyway. I could remove that line and it should still work, right? code: RewriteEngine on
|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() Ooh, okay, how about this? (Sorry, I have to think aloud or else I'll forget all this. Since I'm at work, I can't try any of it just yet.) |
Bipolar (III) Inmate From: Louisville, KY, USA |
![]() First, I don't know anything about this so I'm sorry to make you look. |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() Okay, space cadets. I leave you with this in case you come across a similar problem. Someone over at WebmasterWorld helped me track this down. code: [b]wysiwyg://0/[/b]http://www.domain.com/document_that_created_the_popup.html
code: RewriteCond %{HTTP_REFERER} !^(wysiwyg://[0-9]{1,2}/)?http://(www\.)?texastwisted.com.*$ [NC]
|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() |