diff options
author | mbi <mbi@hacon.de> | 2015-12-08 21:11:38 +0100 |
---|---|---|
committer | mbi <mbi@hacon.de> | 2015-12-08 21:11:38 +0100 |
commit | 1aff941be6ea3c09e86e234b7e2dc77fe4aa3696 (patch) | |
tree | 76c730ccec810282ef2d79c95e40a80c223e17c2 /.htaccess | |
parent | 508c46a112d3d53b4b0668efcbe1403eb2e143b8 (diff) | |
download | nextcloud-server-1aff941be6ea3c09e86e234b7e2dc77fe4aa3696.tar.gz nextcloud-server-1aff941be6ea3c09e86e234b7e2dc77fe4aa3696.zip |
Do not rewrite letsencrypt .well-known URI
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 8a24076dcb3..5b0ec05825c 100644 --- a/.htaccess +++ b/.htaccess @@ -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> |