Change the [END] directive in .htaccess to [L]

This allows backwards-compatibility with older Apache versions (which we _used_ to have), and should do the exact same thing.
This commit is contained in:
Brady Wetherington 2021-11-17 15:29:51 -08:00 committed by GitHub
parent 78809c0fe7
commit 5fb05d8b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
RewriteEngine On
# Needed for https://letsencrypt.org/ certificates.
RewriteRule ^\.well-known/acme-challenge/ - [END]
RewriteRule ^\.well-known/acme-challenge/ - [L]
# Uncomment these two lines to force SSL redirect in Apache
# RewriteCond %{HTTPS} off