From 1aff941be6ea3c09e86e234b7e2dc77fe4aa3696 Mon Sep 17 00:00:00 2001
From: mbi <mbi@hacon.de>
Date: Tue, 8 Dec 2015 21:11:38 +0100
Subject: [PATCH] Do not rewrite letsencrypt .well-known URI

---
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

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