• 原因:伪静态配置错误。
  • 解决步骤
    • 确保伪静态规则中首页和列表页都包含 {%page%}
    • 示例规则:
RewriteRule ^category/([0-9]+)/page-([0-9]+).html$ /index.php?category=$1&page=$2 [L]
RewriteRule ^archive/([0-9]+)/page-([0-9]+).html$ /index.php?year=$1&page=$2 [L]
  • 特殊情况:如果是从其他程序转换过来的,检查数据转换过程和所需的插件。