This is the htaccess that kill whole apache (server load goes over 120!)
This htaccess is made by cPanel hotlink protection script.
Please help. I need hotlink protection on my server. Thx.
htaccess code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://example.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://example.com$ [NC]
/* here is same RewriteCond as above for 62 domains */
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]



LinkBack URL
About LinkBacks
Reply With Quote







