页面没有找到的问题
本帖最后由 xumin4630 于 2012-7-30 11:49 编辑http://192.168.2.100/test/index.php/
访问这个地址的时候出现错误
A PHP Error was encountered
Severity: Warning
Message: strpos() : Empty delimiter
Filename: core/URI.php
Line Number: 186
A PHP Error was encountered
Severity: Warning
Message: strpos() : Empty delimiter
Filename: core/URI.php
Line Number: 190
404 Page Not Found
The page you requested was not found.
http://192.168.2.100/test/index.php/index
访问这个地址的时候是可以访问的 没有报错
请问下 这是什么问题
是配置的问题吗
请诸位高手帮帮小弟
小弟这厢有礼了!
http://192.168.2.100/index.php/test/ http://192.168.2.100/test/index.php/
test 是我测试的一个项目的目录啊这个不能少的
就是说
http://192.168.2.100/
下有很多项目 test 只是其中一个 设置配置文件:
$config['base_url'] = 'http://192.168.2.100/test/'; $config['base_url']已经配置了
页:
[1]