mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
remove leading slash
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
1b1a54403e
commit
a04a915646
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue