diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-10-03 14:19:44 -0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-10-05 08:56:08 +0000 |
commit | 20170897bd7a6902e142cbc6687024b942a4a12d (patch) | |
tree | 4e590a9ee8a194b07be6fb6a11552a867d259f75 | |
parent | 2f78b6e58bd3614084940b329071f62e58d6744f (diff) | |
download | nextcloud-server-20170897bd7a6902e142cbc6687024b942a4a12d.tar.gz nextcloud-server-20170897bd7a6902e142cbc6687024b942a4a12d.zip |
Update .htaccess
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess index ca9837ef00c..38c3ec5e7d4 100644 --- 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> |