11211042 发表于 2015-1-11 16:21:27

CI 访问受限 Forbidden问题

我在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,可还是提示禁止访问啊
求解决。。。

aqxinzhuan 发表于 2015-1-11 20:00:23

http://localhost/Item/index.php这个能访问不?

11211042 发表于 2015-1-12 09:31:53

aqxinzhuan 发表于 2015-1-11 20:00
http://localhost/Item/index.php这个能访问不?

这个可以访问
页: [1]
查看完整版本: CI 访问受限 Forbidden问题