Home > Backend Development > PHP Tutorial > thinkphp分页url错误,求大神指点

thinkphp分页url错误,求大神指点

WBOY
Release: 2016-06-06 20:19:50
Original
914 people have browsed it

比如当前是第一页,www.xxxx.com/Index/admin/type/1点击下一页或者数字2的时候就跳到这个链接就出错了www.xxxx.com/Index/admin.php/Index/admin/type/1/p/2.html,,正确的应该是www.xxxx.com/Index/admin/type/1/p/2.html ,这是在线上出现的错误,在本地都是好的,没有任何问题。 新手,求大神指点

回复内容:

比如当前是第一页,www.xxxx.com/Index/admin/type/1点击下一页或者数字2的时候就跳到这个链接就出错了www.xxxx.com/Index/admin.php/Index/admin/type/1/p/2.html,,正确的应该是www.xxxx.com/Index/admin/type/1/p/2.html ,这是在线上出现的错误,在本地都是好的,没有任何问题。 新手,求大神指点

URL_MODEL 配置的哪个模式?
重写规则 对不对

应该和这两块有关系,如果你的版本是3.2.x的话,可以看下,这两个连接 http://document.thinkphp.cn/manual_3_2.html#bind_index http://document.thinkphp.cn/manual_3_2.html#module_deploy

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template