aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-10-03 14:19:44 -0100
committerGitHub <noreply@github.com>2023-10-03 14:19:44 -0100
commita250250985e6517c1c3a1cc7cd28008948353cb3 (patch)
tree1d804799874b620d50706b55297414d347e2e8ce /.htaccess
parent39c39a0f609a6cef769e761b53f300589ff455db (diff)
downloadnextcloud-server-a250250985e6517c1c3a1cc7cd28008948353cb3.tar.gz
nextcloud-server-a250250985e6517c1c3a1cc7cd28008948353cb3.zip
Update .htaccess
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
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]
</IfModule>