我正在尝试将此web.config文件转换为.htaccess,但似乎无法使其正确。有人可以帮忙吗?
<rewrite>
<rules>
<rule name="Main Rule" stopProcessing="true"><match url=".*"/><conditions logicalGrouping="MatchAll"><add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/><add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/></conditions><action type="Rewrite" url="index.php"/></rule>
<rule name="WordPress: http://valiantstag.thetribestaging.com" patternSyntax="Wildcard">
<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>
答案 0 :(得分:0)
它看起来像默认的htaccess / web.config。我去选项&gt;永久链接,然后更改结构,它应该强制更新.htaccess文件,只要站点在Apache上运行。
当.htaccess没有写入权限时,wordpress会要求您手动更新其内容。