如果子类别的slug是小写字母和朝鲜语的组合,则会出现第404页。
1:NGINX settingslocation / {
try_files $uri $uri/ /index.php?$args;
}
2:Wordpress - Permerlink settings自定义:/%类别%/%postname%/类别库:3:Wordpress - Yoast
分类法;类别URL(删除)4:Tested content
4-1:如果是父类别✅
我的网站。com公司/한글 = 200我的网站。com/a公司한글 = 200我的网站。com公司/한글B=2004-2:如果是post✅
我的网站。com公司/한글/邮递글 = 200(小写+非拉丁文)4-3:如果是儿童类别⚠️
我的网站。com公司/한글/한글 = 200我的网站。com公司/한글/一한글 = 404❌5:Reference question
https://wordpress.stackexchange.com/questions/277401/arabic-characters-in-url-returns-404-error
我想这可能与@user139986的答案有关
我不知道如何处理这个问题。。