# 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格式保存到根目录下就可以了。然后进入后台更改固定链接就可以了
转载于:https://www.cnblogs.com/liyugang/p/5923334.html
相关资源:WordPress伪静态设置