tairuichen 发表于 2012-11-16 17:00:46

CI URL rewrite问题

我想URL重定向下 http://localhost/CI/index.php/website/pub 改成 http://localhost/CI/pub 行不行呢 我.htaccess里 RewriteRule ^(.*)$ index.php/website/$1 这样写 貌似没效果呢 website是controllers下的文件夹不是控制器没有没关系呢

米修 发表于 2012-11-17 10:13:48

这个只要用伪静态去除index.php 然后用路由规则就可以了
具体的方法手册上都有 仔细看下吧
页: [1]
查看完整版本: CI URL rewrite问题