WordPress site, good space in China, just limit capacity...
Translation to the IP age space outside China, but found a fatal problem: Chinese URLs are not supported !!!
Http://my.oschina.net/cart/
<! Doctype HTML public "-// IETF // dtd html 2.0 // en"> <HTML>
What should we do?
Http://my.oschina.net/cart/
I sent a ticket to a foreigner. The foreigner said that the technology was working hard to solve the problem and directed a blind path to me the next day...
Finally, I am helpless. Please do it yourself!
Problem Analysis: space does not support Chinese characters, so we must bypass Chinese characters. Clever people think of URL encoding.
Http://my.oschina.net/cart/
Solution: 1. the URL is URL-encoded twice to bypass Chinese characters when the browser is opened: <a href = "<? PHP echo urlencode ('template');?> "> Template </a> 2. in index. at the top of PHP, reverse your url: $ _ server ['request _ URI '] = urldecode ($ _ server ['request _ URI']); // to solve ipage.com not support the Chinese
Apache rewrite does not support Chinese URLs!
TIPS: smart colleagues will find that this will affect Seo indexing. The URL is encoded twice. The best way is to find a service provider!
This is what the service provider has not done !!!
Http://my.oschina.net/cart/