1 2 3 4 5 6
<VirtualHost *:80> ServerName example.org RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} </VirtualHost>