CI 重定向问题求解
源地址: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
希望各位大侠帮忙~ 你完全不用这么写!!你直接写route.php配置一下~就可以了 直接router.php 即可 在router.php 里面新增这一句即可 !!!!!$route['news--(:num)_(:num)'] = "news/index";
页:
[1]