jenolan/Cachet.Upgrade/master/addSSL.htaccess - Htaccess File

jenolan/Cachet.Upgrade/master/addSSL.htaccess

# Force SSL
    RewriteCond %{HTTPS} !=on
    RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
    RewriteCond %{SERVER_PORT} ^80$
    RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

On Github License

Files

Download PDF of Htaccess file
HTTPS, REQUEST_URI, SERVER_NAME, SERVER_PORT

Comments

Apache