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

新人求助 CI的配置问题(急)

[复制链接]
发表于 2012-10-9 13:35:13 | 显示全部楼层 |阅读模式
我的apache的根目录配成这样:
<VirtualHost *:80>
    ServerName php.gw.com.cn
    DocumentRoot "D:\xampp\htdocs\dzh"
    #ErrorLog "logs/dev.gwallan.com-error.log"
    #CustomLog "logs/dev.gwallan.com-access.log" combined
    RewriteEngine On
    RewriteCond %{REQUEST_URI} \.php$
    RewriteRule ^(.*)\.php$ /php/$1.php [L]
    RewriteRule ^(.*)$ /html$1 [L]
</VirtualHost>
我运行:http://php.gw.com.cn/ci/index.php 首页是正常的
但是我运行http://php.gw.com.cn/ci/index.php/welcome
就会出现:
Not Found
The requested URL /ci/index.php/welcome was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 Server at php.gw.com.cn Port 80
这样的情况
请大侠们指教 谢谢!!!!
发表于 2012-10-9 13:57:22 | 显示全部楼层
http://php.gw.com.cn/ci/index/welcome
or
http://php.gw.com.cn/ci/iwelcome

ok?
http://域/目录/控制器/action
 楼主| 发表于 2012-10-9 14:28:51 | 显示全部楼层
本帖最后由 williamzwh 于 2012-10-9 14:29 编辑
hulei0102 发表于 2012-10-9 13:57
http://php.gw.com.cn/ci/index/welcome
or
http://php.gw.com.cn/ci/iwelcome

大侠,我用了你的方法了 还是不行的
急的啊

本版积分规则