Do not rewrite letsencrypt .well-known URI
This commit is contained in:
parent
508c46a112
commit
1aff941be6
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
RewriteCond %{REQUEST_FILENAME} !/status.php
|
||||
RewriteCond %{REQUEST_FILENAME} !/ocs/v1.php
|
||||
RewriteCond %{REQUEST_FILENAME} !/ocs/v2.php
|
||||
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
|
||||
RewriteRule .* index.php [PT,E=PATH_INFO:$1]
|
||||
</IfModule>
|
||||
<IfModule mod_mime.c>
|
||||
|
|
Loading…
Reference in a new issue