From a250250985e6517c1c3a1cc7cd28008948353cb3 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Tue, 3 Oct 2023 14:19:44 -0100 Subject: [PATCH] Update .htaccess Co-authored-by: Benjamin Gaussorgues Signed-off-by: Maxence Lange --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 2be3c1b9e15..52caeaf70d4 100644 --- a/.htaccess +++ b/.htaccess @@ -90,7 +90,7 @@ RewriteRule ^remote/(.*) remote.php [QSA,L] RewriteRule ^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L] RewriteRule ^\.well-known/(?!acme-challenge|pki-validation) /index.php [QSA,L] - RewriteRule ^ocm-provider /index.php [QSA,L] + RewriteRule ^ocm-provider/?$ /index.php [QSA,L] RewriteRule ^(?:\.(?!well-known)|autotest|occ|issue|indie|db_|console).* - [R=404,L]