The rule:

RewriteRule myurl /newurl

Matches:

http://localhost:8080/test/xxxmyurly%C3%ADy

But doesn't match

http://localhost:8080/test/xxxmyurly%EDyy

%C3%AD is the character í utf-8 encoded and %ED is unicode encoded.

How can I configure Apache mod_rewrite to not ignore URL's containing unicode encoded characters?

link|improve this question
2  
I've tested your rule, it works fine with second URL. You should enable RewriteLog and set RewriteLogLevel to see what happens. – quanta Sep 25 '11 at 16:03
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.