Tempo fa ho comprato un dominio di secondo livello su altervista (www.mylostblog.org) Da tempo però gli utenti mi segnalano dei problemi. Quando infatti linko il sito su dei forum o su altri siti (es: http://mylostblog.org/my-software/my...onextractor-20) diversi da altervista, il collegamento va in loop infinito.
Codice:
http://mylostblog.altervista.org/my-software/mytf3diconextractor/mytf3diconextractor-20
GET /my-software/mytf3diconextractor/mytf3diconextractor-20 HTTP/1.1
Host: mylostblog.altervista.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: it-it,it;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://forum.xda-developers.com/showthread.php?t=457274
Cookie: style_cookie=printonly; __utma=164369827.454515092.1228815173.1228842237.1228909648.3; __utmz=164369827.1228815177.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); phpbb3_9hfc6_u=1; phpbb3_9hfc6_k=; phpbb3_9hfc6_sid=023d04931b6b1c189de33b4f7a06e4e1; __utmb=164369827.10.10.1228909648; __utmc=164369827
HTTP/1.x 302 Found
Date: Wed, 10 Dec 2008 12:25:37 GMT
Server: Apache
Location: http://st2.altervista.org/split.php?http://mylostblog.altervista.org/my-software/mytf3diconextractor/mytf3diconextractor-20
Content-Length: 307
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://st2.altervista.org/split.php?http://mylostblog.altervista.org/my-software/mytf3diconextractor/mytf3diconextractor-20
GET /split.php?http://mylostblog.altervista.org/my-software/mytf3diconextractor/mytf3diconextractor-20 HTTP/1.1
Host: st2.altervista.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: it-it,it;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://forum.xda-developers.com/showthread.php?t=457274
HTTP/1.x 302 Found
Date: Wed, 10 Dec 2008 12:25:57 GMT
Server: Apache/2.0.52 (CentOS)
X-Powered-By: PHP/4.3.9
Location: http://mylostblog.altervista.org/my-software/mytf3diconextractor/mytf3diconextractor-20/
Content-Length: 0
Connection: close
Content-Type: text/html; charset=UTF-8
----------------------------------------------------------
http://mylostblog.altervista.org/my-software/mytf3diconextractor/mytf3diconextractor-20/
GET /my-software/mytf3diconextractor/mytf3diconextractor-20/ HTTP/1.1
Host: mylostblog.altervista.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: it-it,it;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://forum.xda-developers.com/showthread.php?t=457274
Cookie: style_cookie=printonly; __utma=164369827.454515092.1228815173.1228842237.1228909648.3; __utmz=164369827.1228815177.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); phpbb3_9hfc6_u=1; phpbb3_9hfc6_k=; phpbb3_9hfc6_sid=023d04931b6b1c189de33b4f7a06e4e1; __utmb=164369827.10.10.1228909648; __utmc=164369827
Guardando il report sembra che vada in loop richiamando 2 pagine: la pagina linkata e http://st2.altervista.org/split.php.
Io però non ho inserito nessun link alla pagina split! vorrei sapere come risolvere il problema visto che ho comprato il dominio per poterlo linkare ma che non funziona.
il mio HTACCESS è quello di Wordpress Standard:
Codice:
#
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# # av:php5-engine
AddHandler av-php5 .php
# # av:Toolbar
SetEnv AV_TOOLBAR 0
Graize