Just need some advice -htaccess-
Posted by: lmabee
Posted on: 2008-01-10 15:04:00
Experienced Dreamhosters!
I need your help! I'm trying to write out a htaccess file by hand. (the panel one doesn't have enough opitions to make it worth while) Although I think I have the right coding, I would really appreciate your patience and help if there is anything to add to this:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(www.)?mysite.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?mysubdomain.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?mysubdomain.com(/)?.*$ [NC]
RewriteRule .*.(gif|jpg|jpeg|bmp|avi|mov|wmv|mp3|png|jpeg)$ http://www.mysite.com[R,NC]
deny from 202.46.115
deny from .dizzler.com
deny from .singingfish.com
deny from .video.aol.com
deny from .kamillik.com
deny from .orkut.com
<Files .htaccess>
order allow,deny
deny from all
</Files>
IndexIgnore *