Do not rewrite letsencrypt .well-known URI

This commit is contained in:
mbi 2015-12-08 21:11:38 +01:00
parent 508c46a112
commit 1aff941be6
1 changed files with 1 additions and 0 deletions

View File

@ -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>