用户
 找回密码
 入住 CI 中国社区
搜索
12
返回列表 发新帖
楼主: icewating
收起左侧

请问如何去掉URL中的index.php,增加html后缀啊

[复制链接]
发表于 2012-2-18 12:17:51 | 显示全部楼层
.htaccess中
RewriteEngine on
RewriteCond $1 !^(index\.php)
RewriteRule ^(.*)$ index.php/$1 [L]


config.php 中
$config['index_page'] = "";

$config['url_suffix'] = ".html";

以上,完美处理。
回复

使用道具 举报

本版积分规则