Using the format below works fine unless someone goes to simply skeetsex.com (no www, etc). When they do that the pics don't show.
I thought that including the prefixes in parens would make it optional - any ideas?
PHP Code:
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.|skeet.)(skeetsex.com|free-skeet-sex.com|free-skeet-pics.com)(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]
Sorry for the small text - I guess size doesn't work inside php blocks..