![]() |
Apache Rewrite with accent character
Hello, I'm trying to create a rewrite that contains the "é" (e with an accent)... however, whatever I try does not seem to be working... Can anyone help?
RewriteRule ^/boll\%C3\%A9$ /ca/boll%C3%A9 [NC,R=301] |
Hi,
Why don't you use: Code:
RewriteRule ^boll(.*) /ca/boll$1 [NC,R=301,NE] |
While this does seem like it would work, it seems sloppy... isn't there a good way to directly capture the é symbol?
|
| All times are GMT -5. The time now is 03:26 AM. |