We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55dae7 commit cee8756Copy full SHA for cee8756
config/redirection.php
@@ -33,9 +33,10 @@
33
|--------------------------------------------------------------------------
34
|
35
| Whether to match URLs case sensitively or not.
36
+ | Default to false because most URLs are not case sensitive.
37
38
*/
- 'case-sensitive' => (bool) env('REDIRECT_CASE_SENSITIVE', true),
39
+ 'case-sensitive' => (bool) env('REDIRECT_CASE_SENSITIVE', false),
40
41
/*
42
0 commit comments