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]
Files
