这是因为Wordpress 3.1在Windows主机下有不兼容现象
解决方案:

1)打开主题的functions.php文件

2)在<?php下面加上下面代码:remove_filter(‘template_redirect’, ’redirect_canonical’);

3)刷新浏览器,完成

相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-01-13
  • 2021-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-28
  • 2022-12-23
  • 2021-10-01
  • 2021-04-07
  • 2022-03-11
  • 2021-11-21
相关资源
相似解决方案