diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-10-09 20:17:12 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2023-10-09 20:17:12 -0100 |
commit | 9cd22dd949630585a88b12a30cc97d5b58206944 (patch) | |
tree | 503fb254cec0327a2bdc5224ca75edd418db3269 /.htaccess | |
parent | c40ece338bb0658ad18696bf4d31c378e6d4b5e6 (diff) | |
download | nextcloud-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-- | .htaccess | 2 |
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> |