项目怎么设置才能访问
有一个项目,我放在了下面的目录下E:\AppServ\www\Request
当我打开网页时
http://localhost:8080/index.php跳到了404页面
http://localhost:8080/index.php/main也跳到了404页面(程序中有这个Controller,和视图)
我要怎么修改里面的配置才能正常运行呢 http://localhost:8080/Request/index.php
?? RewriteEngine on
RewriteCond $1 !^(index\.php|images|theme|robots\.txt|test.php|favicon.ico|syncgames.php)
RewriteRule ^(.*)$ index.php/$1
.htaccess文件是这样的
页:
[1]