ciao atutte/i,
ho un problema se interrogo il mio sito con https://newsmino.altervista.org/ mi visualizza delle vecchie impostazioni (ad eemepio immagine per email in alto a sinistra) se lo interrogo con https://www.newsmino.altervista.org/ me lo interroga correttamente
ho già letto un pò di post ma sincermanete non ho risolto
vi allego anche il mio .htaccees perchè mi pare di capire che il mio errore possa anche venire da lì:
grazie anticipatamente per le cortesi risposte, buona giornataCodice HTML:AddDefaultCharset UTF-8 Options -Indexes ErrorDocument 403 /errore.php ErrorDocument 404 /errore.php ErrorDocument 500 /errore.php # av:AntiHotlink #RewriteEngine on #RewriteBase / #RewriteCond %{REQUEST_URI} \.(gif|jpe?g|png)$ [NC] #RewriteCond %{HTTP_REFERER} !^$ #RewriteCond %{HTTP_REFERER} !^https?://([a-z0-9\-\.]*)newsmino\.altervista\.org #RewriteCond %{REQUEST_URI} !^\/_altervista_ht\/ #RewriteCond %{HTTP_REFERER} !^https?://([a-z0-9\-\.]+)google\. #RewriteRule .*$ http://hl.altervista.org/split.php?http://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteEngine On RewriteBase / RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] # AntiHotlink # # av:php5-engine AddHandler av-php73 .php