# 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格式保存到根目录下就可以了。然后进入后台更改固定链接就可以了

相关文章:

  • 2021-06-30
  • 2022-12-23
  • 2022-01-29
  • 2021-09-17
  • 2022-03-07
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
猜你喜欢
  • 2022-02-10
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2021-05-23
相关资源
相似解决方案