Ecco il link di un'immagine: http://astroms.altervista.org/wp-con...bbraio2011.png
Qui invece la porzione di codice dell'AntiHotlink:
Codice:
# av:AntiHotlink
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} \.(gif|jpe?g|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9\-\.]*)astroms\.altervista\.org
RewriteCond %{REQUEST_URI} !^\/_altervista_ht\/
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9\-\.]+)google\.
RewriteRule .*$ http://hl.altervista.org/split.php?http://%{HTTP_HOST}%{REQUEST_URI} [R,L]
# AntiHotlink
Ho provato sia con Chrome, Internet Explorer che con Firefox ma il problema persiste, anche svuotando la cache, come mi hai suggerito