Ho attivato https e vorrei inserire un redirect 301 nel file .hpacces per reindirizzare tutte le pagine http a https, ma ottengo un errore. Come fare?
Ho attivato https e vorrei inserire un redirect 301 nel file .hpacces per reindirizzare tutte le pagine http a https, ma ottengo un errore. Come fare?
forzare httpsCodice:RewriteEngine on RewriteBase / RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTPS} off RewriteRule .* https://nome.altervista.org%{REQUEST_URI} [L,R=301]
htacces altervista
Graziee Darbula! Funziona!