lalten/laure.nz-landing/master/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
DEFLATE, ENV, HTTPS, REQUEST_URI, SERVER_NAME

Comments

Apache