阿拉伯文固定链接重定向到主页

时间:2016-11-04 作者:Peter Wilson

我在阿拉伯语wordpress网站上工作,在使用阿拉伯语标题发表文章时遇到了一个问题。单个贴子页面总是重定向到主页,但使用英文permalinks,它可以完美地工作

我的网站。配置

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="WordPress Rule" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
任何帮助都将不胜感激。

1 个回复
SO网友:MaximOrlovsky

IIS在URL中存在RTL语言问题。检查数据库,页面编码为UTF-8。之后试着投入system.webServer 标签<globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" />

如果没有帮助,你可以使用免费的WordPress插件Custom Transliteration 具有Arabic Transliteration

相关推荐

Redirect Css files to https

在哪里可以找到负责调用Css文件的文件,并测试它们的链接是http还是https?我想测试请求是否为https,如果是,那么很好,如果不是,请将其更改为https在函数中。php我找到了负责调用主题Css的函数,下面是它的代码:if (!function_exists(\'jobcareer_front_scripts\')) { function jobcareer_front_scripts() { global $jobcareer_options;