This is the XMAS commit:
Added HTTPS RewriteRule into ".htaccess.prod"
Code:<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !=https RewriteCond %{HTTPS} =off RewriteRule ^ https://laravista.altervista.org%{REQUEST_URI} [L,R=301] RewriteBase /L56 RewriteRule ^(.*)$ public/$1 [L] </IfModule>