xumin4630 发表于 2012-7-30 10:19:26

页面没有找到的问题

本帖最后由 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
访问这个地址的时候是可以访问的 没有报错


请问下 这是什么问题

是配置的问题吗

请诸位高手帮帮小弟

小弟这厢有礼了!


跟屁虫 发表于 2012-7-30 11:22:20

http://192.168.2.100/index.php/test/

xumin4630 发表于 2012-7-30 11:48:23

http://192.168.2.100/test/index.php/

test 是我测试的一个项目的目录啊这个不能少的

就是说
http://192.168.2.100/
下有很多项目 test 只是其中一个

普林 发表于 2012-7-30 11:56:03

设置配置文件:
$config['base_url']        = 'http://192.168.2.100/test/';

xumin4630 发表于 2012-7-30 12:37:55

$config['base_url']已经配置了
页: [1]
查看完整版本: 页面没有找到的问题