Trace: • memory_usage • ping_test • dokuwiki_cli • sample_database • postfix_spam_control • dokuwiki_backup • webalizer • new_server • apache_ssl_error • 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