]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update .htaccess 40781/head
authorMaxence Lange <maxence@artificial-owl.com>
Tue, 3 Oct 2023 15:19:44 +0000 (14:19 -0100)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Thu, 5 Oct 2023 08:56:08 +0000 (08:56 +0000)
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
.htaccess

index ca9837ef00cec6a5274e00b04823e92080673dc2..38c3ec5e7d4e534b88cce6d9f12e70b0a51090e3 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -99,7 +99,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]
 </IfModule>