Skip .well-known for redirection
Needs Review
Auto-ssl skips redirects so these addresses do not get SSL.
Having a redirect does not mean we don't want SSL.
So change the redirect system to add a "if not .well-known" like so:
RewriteCond %{REQUEST_URI} !^\/\.well-known\/.*$
Replies have been locked on this page!