diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-10-09 20:17:12 -0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-10-10 19:36:53 +0000 |
commit | a04a9156464d9b503f7275626e6865797e269913 (patch) | |
tree | 828ffb77b67ac73b37c4a6ad8b10d88ea4f74ab0 /.htaccess | |
parent | 1b1a54403ea041a0acda9bf937482bb6715ff98d (diff) | |
download | nextcloud-server-a04a9156464d9b503f7275626e6865797e269913.tar.gz nextcloud-server-a04a9156464d9b503f7275626e6865797e269913.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> |