WordPress Blog伪静态设置

code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>

保存为 .htaccess

WordPress设置为:/%category%/%post_id%.html (我设置是这样的)
1式
/archives/%category%/%postname%.html
2式
/post/%post_id%.html

© 版权声明
THE END
喜欢就支持以下吧
点赞0 分享