Forum Moderators: phranque
Also, I'm basically wanting to test for whether the requesting visitor belongs to 1 of 2 different IP addresses or has no referer, if so, do a rewrite.
So far I have
RewriteCond %{REMOTE_ADDR} 255.255.255.255 [OR]
RewriteCond %{REMOTE_ADDR} 255.255.255.255 [OR]
RewriteCond %{HTTP_REFERER}
I don't mess with mod_rewrite too often, so please let me know if I've left something out of the rewrite cond so far (other than the rest of the http_referer test.)
Thanks
# Blank Referrer
RewriteCond %{HTTP_REFERER} ^$
Also, some of these visitors will be on machines running Norton Internet Security and similar; Their referrer info may be suppressed without their knowledge.
Jim