用户
 找回密码
 入住 CI 中国社区
搜索
查看: 2052|回复: 3
收起左侧

[HELP] 服务器上怎么链接不到内容

[复制链接]
发表于 2013-5-31 15:42:55 | 显示全部楼层 |阅读模式
http://域名/index.php 页面访问后显示
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php

是index.php中这里报的
if ( ! is_dir($system_path))
{
  exit("Your system folder path does not appear to be set correctly. Please open the following file and correct this: ".pathinfo(__FILE__, PATHINFO_BASENAME));
}
echo $system_path 输出后是 system/
这是php.ini配置吗问题吗
 楼主| 发表于 2013-5-31 16:05:33 | 显示全部楼层
测试了下 函数is_dir  文件夹都显示false
发表于 2013-5-31 17:11:24 | 显示全部楼层
我想知道 你的apache 配置 是怎么配置的

还有你的host 文件改了没有
发表于 2013-5-31 18:09:49 | 显示全部楼层
chimlle 发表于 2013-5-31 16:05
测试了下 函数is_dir  文件夹都显示false

is_dir 都显示 false ?
不太可能吧,难道是没有权限?

本版积分规则