CI URL rewrite问题
我想URL重定向下 http://localhost/CI/index.php/website/pub 改成 http://localhost/CI/pub 行不行呢 我.htaccess里 RewriteRule ^(.*)$ index.php/website/$1 这样写 貌似没效果呢 website是controllers下的文件夹不是控制器没有没关系呢 这个只要用伪静态去除index.php 然后用路由规则就可以了具体的方法手册上都有 仔细看下吧
页:
[1]