Posted by Nick Kew on 02/05/07 13:07
On Sun, 4 Feb 2007 21:49:08 -0000
"Jon Maz" <pparker.removethis@gmx.removethistoo.net> wrote:
> So it seems like some kind of decoding is going on so that the
> RewriteRule never even sees the % character. I have set everything I
> can think of (MySql SET NAMES, Apache AddDefaultCharset) to utf-8.
No you haven't. The expression in your RewriteRule is firmly in
ASCII, so it fails to match the non-ASCII characters in the URL.
> Any ideas?
Don't faff about with mod_rewrite like that. Or if you
really must, fix your regexp. Or as someone else said,
stick to ASCII.
--
Nick Kew
Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/
[Back to original message]
|