diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-10-03 14:19:44 -0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 14:19:44 -0100 |
commit | a250250985e6517c1c3a1cc7cd28008948353cb3 (patch) | |
tree | 1d804799874b620d50706b55297414d347e2e8ce /.htaccess | |
parent | 39c39a0f609a6cef769e761b53f300589ff455db (diff) | |
download | nextcloud-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-- | .htaccess | 2 |
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> |