我在iis7 [Windows server 2008 R2]上有我的WP站点;已经探索了很多找到正确的解决方案,但没有任何效果:(
将以下代码添加到root
中的web.config<?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?page_id={R:0}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
但仍无效
我的网址正在重写但被重定向到主页而不是single.php和其他网页(即index.php而不是single.php)
已检查服务器“FCGI”和“URL重写模块”,两者都已安装。
在这方面的任何帮助将不胜感激。
答案 0 :(得分:2)
答案 1 :(得分:0)
您可以从此处更改永久链接设置
http://localhost/ {your_projects_name} /wp-admin/options-permalink.php