Salve ho inserito le seguenti linee nel file .htaccess, (che poi ho rimosso)
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule .* https://nome.altervista.org%{REQUEST_URI} [L,R=301]
per forzare l'HTTPS del mio sito
risultato non si vedono piu' le immagini caricate...che pero' risultano visibili in modalità edit.
Potete porre rimedio?.... grazie...
ps...
il file .htaccess attualmente in uso è il seguente:
# # av:Toolbar
SetEnv AV_TOOLBAR 1
# av:AntiHotlink
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} \.(gif|jpe?g|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9\-\.]*)profgiuseppeclemente\.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