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

[HELP] 项目怎么设置才能访问

[复制链接]
发表于 2011-10-9 20:37:34 | 显示全部楼层 |阅读模式
有一个项目,我放在了下面的目录下
E:\AppServ\www\Request

当我打开网页时
http://localhost:8080/index.php跳到了404页面
http://localhost:8080/index.php/main也跳到了404页面(程序中有这个Controller,和视图)
我要怎么修改里面的配置才能正常运行呢
发表于 2011-10-9 22:14:48 | 显示全部楼层
http://localhost:8080/Request/index.php
??
 楼主| 发表于 2011-10-10 09:31:02 | 显示全部楼层
RewriteEngine on
RewriteCond $1 !^(index\.php|images|theme|robots\.txt|test.php|favicon.ico|syncgames.php)
RewriteRule ^(.*)$ index.php/$1 [L]

.htaccess文件是这样的

本版积分规则