Quote:
Originally posted by juicylinks
Sandra,
Go into cpanel and hit the hotlink protection button if you want to add any domains.
You can also add stuff manually to the .htaccess file in your root post what you have so I can see
|
Here you go :
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^
http://worldpeace.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://www.worldpeace.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://xxx.xxx.xxx.xx/.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$
http://www.worldpeace.com [R,NC]