输入banner图图片脚本导航/分类

thinkphpURL版本兼容

之前项目用的TP3.1 的框架,而微信分享出去URL是固定的不可以修改
如:

index.php?m=cook&a=topic&id=1376

现在升级到3.2 URL 发生变化无法解析上述

/cook/details/1376 

这个要怎么解决?

回复内容:

之前项目用的TP3.1 的框架,而微信分享出去URL是固定的不可以修改
如:

index.php?m=cook&a=topic&id=1376

现在升级到3.2 URL 发生变化无法解析上述

/cook/details/1376 

这个要怎么解决?

当前的url_model设置的是多少

服务器伪静态规则写301跳转

只能写url重定向了,没有别的办法