Thread: Cookie problem
View Single Post
Old June 17th, 2009, 06:51 PM   #2 (permalink)
doodles
Junior Member
Verified Customer
 
Join Date: Jun 2009
Posts: 16
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
doodles is offline   Reply With Quote