# Https
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !\.well-known/
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]