• 欢迎访问爱玩吧
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏爱玩吧

【php】WordPress伪静态/%postname%.html规则

建站资源 aiwanyule 8年前 (2016-05-11) 已收录

【php】WordPress伪静态/%postname%.html规则

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

# END WordPress

这个是WordPress伪静态/%postname%.html的规则,isapi rewrite3完全破解版自己去网上下载吧


爱玩吧 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:【php】WordPress伪静态/%postname%.html规则
喜欢 (0)