wordpress htaccess伪静态设置

 
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

 保存为.htaccess格式保存到根目录下就可以了。然后进入后台更改固定链接就可以了

posted on 2016-09-30 11:38  山河星月  阅读(3707)  评论(0编辑  收藏  举报

导航