may25 发表于 2010-10-26 17:12:13

路由好像不起作用哦

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

Hex 发表于 2010-10-26 18:07:58

securimage_show/:any
改成
securimage_show/(:any)
页: [1]
查看完整版本: 路由好像不起作用哦