-
Yes, your site now supports HTTPS: https://prettypics.altervista.org/
Right now, your site is provided both HTTP and HTTPS. If you want to force to HTTPS, you have to use .htaccess, like that:
Code:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule .* https://prettypics.altervista.org%{REQUEST_URI} [L,R=301]
Bye!
-
Now working ok. Thanks for your help.
-
Yes, but there is no redirect from http to https. If you want it, just use the .htaccess code in message #11.
Bye!