From 5fb05d8b1c61bfcd63384d479e2d0aabfe3547fb Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Wed, 17 Nov 2021 15:29:51 -0800 Subject: [PATCH] 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. --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index ac2a6fa8e8..a9fec62ba5 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -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