Quote:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^plecoplanet.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.plecoplanet.com$
RewriteRule ^/?$ plecoplanet [R=301,L]
RewriteCond %{HTTP_REFERER} !^http://plecoplanet.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://plecoplanet.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.plecoplanet.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.plecoplanet.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
|
not sure if it helps but this is the contents of my htaccess