blog/content/extra/.htaccess
2018-01-09 10:04:46 +01:00

4 lines
104 B
ApacheConf

RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]