用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1370|回复: 3
收起左侧

[HELP] CI 重定向问题求解

[复制链接]
发表于 2014-9-16 11:02:46 | 显示全部楼层 |阅读模式
源地址:http://example.com/news/index/22/1
希望重定向的地址:http://example.com/news--22_1.html
.htaccess文件:
RewriteEngine on
RewriteCond $1 !^(index\.php|static|robots\.txt)
RewriteRule ^(.*)$ /index.php?/$1 [L]

希望各位大侠帮忙~
发表于 2014-9-18 23:18:09 | 显示全部楼层
你完全不用这么写!!你直接写route.php配置一下~就可以了
发表于 2014-9-22 09:28:07 | 显示全部楼层
直接router.php 即可
发表于 2014-9-22 09:33:28 | 显示全部楼层
在router.php 里面新增这一句即可 !!!!!$route['news--(:num)_(:num)'] = "news/index";

本版积分规则