From 9cd22dd949630585a88b12a30cc97d5b58206944 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 9 Oct 2023 20:17:12 -0100 Subject: [PATCH] remove leading slash Signed-off-by: Maxence Lange --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 52caeaf70d42d..ece21e1450d32 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]