Commit 6109d60
Daniel Martin
Use (?s) option in RewriteRules
The reason for doing this is that apparently some Apache binaries
are distributed linked to a PCRE library that considers character
0x85 a new line like character. On such Apache instances, the
redirect rules without (?s) will not work for URLs containing
characters that have a 0x85 byte in their UTF-8 expansion.1 parent 28c37ec commit 6109d60
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
0 commit comments