lx0715

微信分享页面打开404错误

查看分享链接 没问题  可以单独打开   动态可打开   伪静态问题

修改伪静态

原文伪静态(destoon)

RewriteRule ^(.*)/show/([0-9]+)/([0-9]+)?([/])?$ $1/show.php?itemid=$2&page=$3
RewriteRule ^(.*)/list/([0-9]+)/([0-9]+)?([/])?$ $1/list.php?catid=$2&page=$3

修改为

RewriteRule ^(.*)/show/([0-9]+)/([0-9]+)?([/](.*))?$ $1/show.php?itemid=$2&page=$3
RewriteRule ^(.*)/list/([0-9]+)/([0-9]+)?([/](.*))?$ $1/list.php?catid=$2&page=$3

分类:

技术点:

相关文章:

  • 2021-03-31
  • 2021-12-12
  • 2022-12-23
  • 2018-07-20
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2021-10-18
猜你喜欢
  • 2021-11-04
  • 2021-12-23
  • 2021-04-09
  • 2021-11-28
  • 2021-12-02
  • 2021-11-22
相关资源
相似解决方案