Julie
Wed 19th Feb '03, 12:10pm
Could one of you please help me with this code. I wanted to allow 2 referrers to it but Im not sure how I would do it. If its completely simple, I will feel like a complete idiot lol
Options +FollowSymLinks
Rewriteengine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://belliesandbabies.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.belliesandbabies.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.belliesandbabies.com/.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG)$ http://www.belliesandbabies.com/images/bandwidth.gif
Thank you to whoever helps me :cool:
Options +FollowSymLinks
Rewriteengine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://belliesandbabies.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.belliesandbabies.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.belliesandbabies.com/.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG)$ http://www.belliesandbabies.com/images/bandwidth.gif
Thank you to whoever helps me :cool: