joelpet/syncany-website/develop/docs.syncany.org/html/.htaccess - Htaccess File

joelpet/syncany-website/develop/docs.syncany.org/html/.htaccess

RewriteEngine On

# Redirect all browsers to https:// (except IE6, doesn't support cipher suites)
RewriteCond %{HTTP_USER_AGENT} !^.+MSIEs6
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTP_USER_AGENT, HTTPS, REQUEST_URI

Comments

Apache