mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
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:
parent
78809c0fe7
commit
5fb05d8b1c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue