Live Chat Software by Kayako |
Knowledgebase: Hosting
|
Abilitare SSL in Drupal
Pubblicato da Andrea A. il 05 October 2017 01:42 PM
|
|
|
Per abilitare SSL in Drupal è necessario modificare il file .htaccess presente nella public_html ed inserire le seguenti stringhe. RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
| |
|
|
Commenti (0)
