Forum Moderators: phranque
RewriteEngine On
RewriteCond %{HTTP_referer} .
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mydomain.co.uk/.*$ [NC,OR]
RewriteCond %{HTTP_referer}!^http://www.anotherdomain.com [NC]
RewriteRule \.(gif¦jpg¦jpeg¦bmp)$ - [F]
RewriteEngine On
RewriteCond %{HTTP_REFERER} .
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain\.co\.uk [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?anotherdomain\.com [NC]
RewriteRule \.(gif¦jpe?g¦bmp)$ - [F]
Replace all broken pipe "¦" characters above with solid pipe characters before use. Posting on this board modifies them.
Jim