Hvis du vil viderstille fra http til https for din hjemmeside, så skal du indsætte følgende kode i toppen af din .htaccess fil:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Hvis du vil viderstille fra http til https for din hjemmeside, så skal du indsætte følgende kode i toppen af din .htaccess fil:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Kommentarer
0 kommentarer
Log ind for at kommentere.