Really weird, I found this on the main root directory :
.htaccess
Probably something I forgot there, something not to use images from sites different from bodyweb.itCode:RewriteEngine On RewriteCond %{REQUEST_FILENAME} .*jpg$|.*gif$|.*png$ [NC] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !bodyweb\.it [NC] RewriteCond %{HTTP_REFERER} !friendlysite\.com [NC] RewriteCond %{HTTP_REFERER} !google\. [NC] RewriteCond %{HTTP_REFERER} !search\?q=cache [NC] RewriteRule (.*) /showpic.php?pic=$1
Changed, and everything it's fine![]()


LinkBack URL
About LinkBacks






Reply With Quote
