lalten/laure.nz-landing/master/.htaccess
# https://wiki.uberspace.de/webserver:htaccess#https_erzwingen
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{ENV:HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
# https://wiki.uberspace.de/webserver:htaccess#kompression
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript text/javascript
Files
