Ho trasferito il mio sito (http://freankexpo.net) da un host (altv.) ad un altro (arb).
Nello spostare i file ho spostato anche il file .htaccess.
Ora ho notato che nell' .htaccesso c'è scritto questo :

codice:
# av:AntiHotlink
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} \.(gif|jpe?g|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9\-\.]*)freankexpo\.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
con tanti riferimenti, quindi, all'host precedente.
Io non sono un programmatore. Dovrei cambiare questo script ?
se si, come ?