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

[HELP] CI 访问受限 Forbidden问题

[复制链接]
发表于 2015-1-11 16:21:27 | 显示全部楼层 |阅读模式
我在application文件下建了一个Index.php,想访问它
http://localhost/Item/application/index.php
提示:
ForbiddenYou don't have permission to access /Item/application/index.phpon this server.

已经在Apache中的httpd.conf中把rewrite打开了;

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    allow from all
</Directory>

这个也把deny from all换成了allow,可还是提示禁止访问啊
求解决。。。
发表于 2015-1-11 20:00:23 | 显示全部楼层
http://localhost/Item/index.php这个能访问不?
 楼主| 发表于 2015-1-12 09:31:53 | 显示全部楼层
aqxinzhuan 发表于 2015-1-11 20:00
http://localhost/Item/index.php这个能访问不?

这个可以访问

本版积分规则