IIS Chinese Tag Permalink
在IIS下使用Wordpress时,如果Url路径中包含中文,访问时会提示找不到页面或者404错误。
The facts
- Rating
- 5★ from 2
- Active installs
- 100+
- Price
- Free
- Last updated
- 23 Oct 2019
- Added
- Dec 2010
- Requires WP
- 3.1
- Tested up to
- WP 5.3.23
- Downloads
- 8,455
Our analysis
AI-assistedIIS Chinese Tag Permalink is a WordPress plugin designed to address issues with Chinese characters in URL paths when using IIS servers. It prevents 404 errors that occur when URLs contain Chinese text, ensuring that users can access the correct pages. The plugin has been tested with WordPress version 4.9.8 and is compatible with URLs that include 'index.php'.
This plugin is suitable for users running WordPress on IIS servers who need to manage URLs with Chinese characters effectively. It retains compatibility with older versions of WordPress while simplifying URL handling for newer setups.
Best for: WordPress users on IIS servers needing to handle Chinese characters in URLs.
What it does well
- ✓Solves 404 errors for Chinese URLs on IIS
- ✓Tested with WordPress version 4.9.8
- ✓No need for separate URL encoding for pagination
- ✓Compatible with URLs containing 'index.php'
Where it falls short
- •Last updated in 2019
- •Limited information on broader compatibility or features
Verdict
This plugin provides a specific solution for a niche issue, making it useful for the right audience, but its lack of recent updates may be a concern for some users.
From the developer
bossma's own description of IIS Chinese Tag Permalink, lightly tidied.
在IIS下使用Wordpress时,如果Url路径中包含中文,访问时会提示找不到页面或者404错误。
这个插件就是用来解决这个问题的。
这个插件上次更新还是遥远的2011年,7年多之后看到还有很多用户在用,所以在目前最新的4.9.8版本上测试了下,发现仍旧可以解决Url路径中包含中文的问题(不使用本插件的情况下URL路径中包含中文仍旧找不到页面)。同时欣喜的发现,不用再单独处理分页时的Url编码(测试环境为Win10+IIS10),不过为了兼容低版本WP,还是保留了相关代码。
在目前的测试中,这个插件可以适配Url路径中包含index.php的情况,比如固定链接的结构为:/index.php/%year%/%monthnum%/%day%/%postname%/,如果想去掉index.php,需要为IIS安装URL重写的插件。