| Posted: 25 March 2008 at 3:23am | IP Logged
|
|
|
My rule
RewriteRule ^([a-z]{2})/stuff/.+_([0-9]+)/?$ /search.php?lang=$1&MyID=$2 [QSA]
My URL minus the domain
/en/stuff/Michael_%25E5%25A4%25A2_%25E5%25AF%25A7%25E5%25BB%25A3_Johnson_5574/
Problem is that when running this in IIS using IsapiRewriter, I keep getting "The system cannot find the file specified." error.
I ran the same things in Apache and it worked just fine. Can someone please help me make it work in both environments?
Both environments work if I remove all the "%" symbols. But I am not allowed to remove them. They are URLEncoded chinese characters.
I have also used RXTest and it managed to get the values correctly.
|