CI框架伪静态化配置 伪静态化,即:去掉入口的index.php, 在url后面加上 .html 后缀 CI默认的rewrite url中是类似这样的,例如你的CI根目录是在/CodeIgniter/下,你的下面的二级url就类似这样 http://localhost/CodeIgniter/index.php/welcome.不太好看,怎么把其中的index.php去掉呢? 开启 rewrite_module 首先,你要清楚自己的 Web 服务器是 Apache ,支持 mod_rewrite…