Problem with Japanese/International Characters with IIS7 URL Rewrite
Posted
by percent20
on Stack Overflow
See other posts from Stack Overflow
or by percent20
Published on 2009-10-27T00:49:41Z
Indexed on
2010/04/23
15:43 UTC
Read the original article
Hit count: 488
I have a friend with a Japanese blog, using wordpress, he has the pretty url. Basically domain.com/postname. Well an example of a url might be. "domain.com/???". His blog is hosted on an Apache web server.
I am running IIS7 and am trying to get my Japanese blog going like it should, and have "domain.com/???" show just that one post when you visit that url. My thinking is it has something to do with url-encoding. I can't find too much information on utf-8 or anything about getting international characters to work in a url.
Any help on this would be great. I am thinking I should change something in the web.config file, but not to sure. I haven't had a lot of experience with IIS7.
Thanks.
© Stack Overflow or respective owner