首页 >后端开发 >php教程 >CakePHP根目录默认显示index.php。

CakePHP根目录默认显示index.php。

WBOY
WBOY原创
2016-06-23 14:38:501216浏览

新做了个项目。想默认显示login.ctp。
该如何设置。。
本人纯新手。。还望大家见谅。。


回复讨论(解决方案)

在你项目的config/routes.php中修改

Router::connect('/', array('controller' => 'indexs', 'action' => 'index'));

把controller和action换成相应的就可以了

在你项目的config/routes.php中修改

Router::connect('/', array('controller' => 'indexs', 'action' => 'index'));

把controller和action换成相应的就可以了

谢谢。。谢谢。。

在你项目的config/routes.php中修改

Router::connect('/', array('controller' => 'indexs', 'action' => 'index'));

把controller和action换成相应的就可以了

两条router。。修改哪一个。只修改下面一个好像不管用吧。。


在你项目的config/routes.php中修改

Router::connect('/', array('controller' => 'indexs', 'action' => 'index'));

把controller和action换成相应的就可以了

两条router。。修改哪一个。只修改下面一个好像不管用吧。。
修改上面那个,以base path开始的



在你项目的config/routes.php中修改

Router::connect('/', array('controller' => 'indexs', 'action' => 'index'));

把controller和action换成相应的就可以了

两条router。。修改哪一个。只修改下面一个好像不管用吧。。
修改上面那个,以base path开始的

恩。。。好吧又有问题了。。
修改了以后。cake直接访问了controller。。跳过login.ctp了。。这是为什么。。

参数我也已经传过去了。。把home改成了 login




在你项目的config/routes.php中修改

Router::connect('/', array('controller' => 'indexs', 'action' => 'index'));

把controller和action换成相应的就可以了

两条router。。修改哪一个。只修改下面一个好像不管用吧。。
修改上面那个,以base path开始的

恩。。。好吧又有问题了。。
修改了以后。cake直接访问了controller。。跳过login.ctp了。。这是为什么。。

解决了。。解决了。谢谢。

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn