View Single Post
Old 10-17-2002, 07:39 AM  
andi_germany
Confirmed User
 
Join Date: Oct 2002
Location: Germany
Posts: 768
Try the full URL with http://

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.xyz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://xyz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.xyz.com:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^xyz.com:80/.*$ [NC]
RewriteRule .*\.jpg$ http://www.go here if not xyz.com[R,L]

you might want to try to set this into the conf statement sometimes .htaccess behaves weird. Also allow overide all should be inside the conf file.
andi_germany is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote