rewrite ^/(post|record|sort|author|page)-([0-9]+)\.html$ /index.php?$1=$2; rewrite ^/tag-(.+)\.html$ /index.php?tag=$1;

把index.html 强制转换到index.php页面

rewrite ^/index.html$ /index.php last;

 

相关文章:

  • 2021-09-21
  • 2021-12-08
  • 2021-08-30
  • 2022-02-16
  • 2021-07-29
  • 2021-09-23
猜你喜欢
  • 2021-06-25
  • 2022-01-31
  • 2021-08-07
  • 2021-07-26
相关资源
相似解决方案