标签:com 打开 .com http ali 链接 text writer png
微信分享页面打开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
标签:com 打开 .com http ali 链接 text writer png
原文地址:https://www.cnblogs.com/lx0715/p/9255632.html