|
我是用route把请求映射到Controller的,大体流程如下
配置了一个$route['list_(:num)_(:any)_(:num).html']="welcome/new/$1/$2/$3"; 这么个路由,
结果访问test.com/index.php/1_免_1.html的时候,提示404
如果访问test.com/index.php/1_费_1.html得时候就正常,
免字和费字有什么差别呢?
话说在ie下urlencode了也不行
test.com/index.php/1_%E5%85%8D_1.html 这个是免字
test.com/index.php/1_%E8%B4%B9_1.html 这个是费字
不懂 求解答
|
|