jorinvo/home/master/static/.htaccess - Htaccess File

jorinvo/home/master/static/.htaccess

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{ENV:HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

ErrorDocument 404 /404.html

# Compression
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