如果可以
我能把我毕生所学全记录下来

博客伪静态规则

iis伪静态规则

<?xml version=”1.0″ ?>
<rules>
<rule name=”WordPress: http://www.xiaoyaohou.com_rewrite” 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>
<rule name=”WordPress: https://www.xiaoyaohou.com_rewrite” 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>

未经允许也可转载:逍遥侯博客 » 博客伪静态规则

网友留言 抢沙发

评论前必须登录!

 

逍遥侯博客 大概一个互联网创业者的毕生所学