aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDan Callahan <dan.callahan@gmail.com>2018-02-28 13:30:18 +0000
committerDan Callahan <dan.callahan@gmail.com>2018-02-28 13:50:54 +0000
commit87975900992aaa8fd0fd6dc997dd8aba6a7d60a1 (patch)
treebb48b4d6535cda1cbaf49a0b0bb505f5444009cd /.htaccess
parent0cfdf4748f248e1b55fc459a05e7782a1e585716 (diff)
downloadnextcloud-server-87975900992aaa8fd0fd6dc997dd8aba6a7d60a1.tar.gz
nextcloud-server-87975900992aaa8fd0fd6dc997dd8aba6a7d60a1.zip
Correct mistaken regex wildcard in .htaccess
Fixes #8578 Signed-off-by: Dan Callahan <dan.callahan@gmail.com>
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 005f23b64d5..81dae47a34d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -63,7 +63,7 @@
RewriteRule ^\.well-known/caldav /remote.php/dav/ [R=301,L]
RewriteRule ^remote/(.*) remote.php [QSA,L]
RewriteRule ^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L]
- RewriteCond %{REQUEST_URI} !^/.well-known/(acme-challenge|pki-validation)/.*
+ RewriteCond %{REQUEST_URI} !^/\.well-known/(acme-challenge|pki-validation)/.*
RewriteRule ^(?:\.|autotest|occ|issue|indie|db_|console).* - [R=404,L]
</IfModule>
<IfModule mod_mime.c>