|  | 
 
| Hi ALL 
 我在system\application\config\routes.php 中进行如下设置:
 
 $router['securimage_show/:any']="securimage_show/index/$1";
 
 但是如果你在浏览器里面浏览http://localhost/securimage_show/index/d2c8b1171d82d3ce6b9e8fffd14a7412
 是没有问题的
 
 但是无论是
 http://localhost/securimage_show.html/d2c8b1171d82d3ce6b9e8fffd14a7412
 还是
 http://localhost/securimage_show/d2c8b1171d82d3ce6b9e8fffd14a7412
 
 都会报404错误,是我设置的问题吗?
 
 404 Page Not Found
 
 The page you requested was not found.
 
 
 thanks all
 | 
 |