Trace: • spidermonkey • sysctl_config • php_development • check_disk • apache_reverse_proxy • redirect_to_https
In order to auto redirect from http to https (SSL) add the following lines to your .htaccess file:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Keywords
certificate secure socket layer