Skip to content

Commit

Permalink
remove leading slash
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Oct 9, 2023
1 parent c40ece3 commit 9cd22dd
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

1 comment on commit 9cd22dd

@ktomk
Copy link

@ktomk ktomk commented on 9cd22dd Sep 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May we ask to provide the rationale of this change? Unfortunately the message in this repositories change yields very little context and we could benefit from more information as we may have spotted a regression this change appears to be flipping but we would like to analyze further before concluding. So any context or references in regard to this change are greatly appreciated and we would be thankful for help. @ArtificialOwl and to whom it may concern.

Please sign in to comment.