diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-10-02 14:38:10 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2023-10-02 14:38:10 -0100 |
commit | 39c39a0f609a6cef769e761b53f300589ff455db (patch) | |
tree | 0e5c54def1a8fc9ac148d1102e4105472702a291 /.htaccess | |
parent | cd1d980fbdda9f9fd9ff03413f6c8b6d13c5c730 (diff) | |
download | nextcloud-server-39c39a0f609a6cef769e761b53f300589ff455db.tar.gz nextcloud-server-39c39a0f609a6cef769e761b53f300589ff455db.zip |
fix ocm-provider rewrite rules
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 7a8f41886ac..2be3c1b9e15 100644 --- a/.htaccess +++ b/.htaccess @@ -90,6 +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 ^(?:\.(?!well-known)|autotest|occ|issue|indie|db_|console).* - [R=404,L] </IfModule> |