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