jeanduchene
10-14-2002, 09:23 AM
My .htaccess file failed to stop hotlinking:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://weboaks.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.weboaks.com.*$ [NC]
RewriteRule .*\.(jpg|jpeg)$ - [F,NC]
What is the problem ?
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://weboaks.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.weboaks.com.*$ [NC]
RewriteRule .*\.(jpg|jpeg)$ - [F,NC]
What is the problem ?