top-think / framework

ThinkPHP Framework
http://www.thinkphp.cn
Other
2.71k stars 1.05k forks source link

url生成出现多个index.php #3016

Closed ken678 closed 2 weeks ago

ken678 commented 3 weeks ago

所属功能组件

路由(Route)

ThinkPHP 版本

8.0.3

操作系统

windows

错误信息

Route::buildUrl('index/user/index')->root('/index.php'); www.xxx.com/index.php下生成的url如下 image

其它说明

tp8.0 url生成文档说明如下 image

thinkphp5.1无此问题,因为没有红框那段代码,他的index.php是在root里面获取到的,所以可以用root控制index.php隐藏 image

liu21st commented 2 weeks ago

如果你本来的访问就是带 index.php 的话 是不需要额外设置的 只有在不带index.php的访问下 需要生成其它入口文件的地址才需要设置