WordPress WP Chinese Tag Classification 404 solution

Mondo Health Updated on 2024-01-30

When using WordPress, sometimes you will encounter the problem that Chinese tags or categories are accessed infrequently, and 404 errors appear. This problem is usually due to the fact that WordPress does not support Chinese by default. Let's take a look at some of the solutions:

1.Use plugins: You can try installing and activating plugins like WP Permalinks Customizer to solve the problem of Chinese links. The plugin has the ability to customize the permalink structure of WordPress, including support for Chinese links.

2.To modify the permalink settings: Log in to the WordPress backend, in "Settings - Permalinks", select other options and manually enter the custom permalink format, such as %category% %postname%, and then click Save Changes.

3.Revise. htaccess file: Find the file named ". " in the WordPress installation directoryhtaccess", edit and add the following**:

rewriteengine on

rewritebase /

rewriterule ^index\.php$ -l]

rewritecond % f

rewritecond % d

rewriterule . /index.php [l]

Refresh the page after saving and see if that resolves the issue.

4.Modify the database: Find the Permalink Structure field in the WP Options table in WordPress and manually change it to the desired permalink format, such as %category% %postname%.

The above are some common solutions, if you still can't solve the problem after following the above methods, it is recommended to seek help from a professional WordPress technical support team.

In addition, if you want your WordPress ** to run more smoothly and stably, it is highly recommended to consider using Houlangyun cloud to provide cloud servers in Hong Kong and the United States, high-quality lines, high-speed and stable, free trial available, the official ** is IDCnet。

Related Pages