Skip to content

Commit

Permalink
Merge pull request #40843 from nextcloud/fix/noid/ocm-provider-on-sub…
Browse files Browse the repository at this point in the history
…folder

remove leading slash
  • Loading branch information
blizzz authored Oct 10, 2023
2 parents 54a286f + 9cd22dd commit a149d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit a149d4e

Please sign in to comment.