Forum Moderators: phranque
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^http ://domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http ://domain.com$ [NC]
RewriteCond %{HTTP_REFERER}!^http ://www.domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http ://www.domain.com$ [NC]
RewriteRule .*\.(css¦js)$ - [F,NC]
If you have experience of "web cloned/downloaded by an idiot", you will understand how important it is.
Is there any potential trouble here? Btw, I designed my website using XHTML+CSS, the major designing works are in CSS files.