aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-10-09 20:17:12 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-10-09 20:17:12 -0100
commit9cd22dd949630585a88b12a30cc97d5b58206944 (patch)
tree503fb254cec0327a2bdc5224ca75edd418db3269 /.htaccess
parentc40ece338bb0658ad18696bf4d31c378e6d4b5e6 (diff)
downloadnextcloud-server-9cd22dd949630585a88b12a30cc97d5b58206944.tar.gz
nextcloud-server-9cd22dd949630585a88b12a30cc97d5b58206944.zip
remove leading slash
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 52caeaf70d4..ece21e1450d 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>