CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› 除了welcome 其他controllers 都无法访问
divx
发表于 2014-9-19 21:24:50
除了welcome 其他controllers 都无法访问
新建了codeigniter项目
在controllers 下建了新的控制器payroll.php文件
但是访问
http:/xxx/
http:/xxx/index.php
http:/xxx/index.php/welcome
http:/xxx/index.php/payroll
这几个地址都是 默认自带的welcome界面
请问为啥自己写的controller无法被访问到?
chinesebear
发表于 2014-9-19 21:57:55
无法访问,报的什么错误?
页:
[1]
查看完整版本:
除了welcome 其他controllers 都无法访问