[求助]ThinkPhp中redirect的疑问
这个是跳转前的路径
http://127.0.0.1:8080/Myapp/index.php/index/index/
调转语句是:
$this->redirect('User/index','shanghai',5,'change......');
跳转后却是
http://127.0.0.1:8080/Myapp/User/index
没有了入口文件,是什么问题呢?
刚开始进入的时候 就是
http://127.0.0.1:8080/Myapp/
默认index模块和操作!~经常就是这样,特别是
<form method="post" action="__URL__/insert" > 这个转的时候也是 没有index.php入口文件
我是 ../insert才解决的 这是 什么问题呢?
有没有人 遇见这样的情况?