【发布时间】:2014-04-18 04:28:29
【问题描述】:
我正在尝试使用路由来重定向具有 GET 变量的 URL,如下所示:
$route['^(beautified-link)'] = "controller/function?param=6";
但它没有考虑它..请建议
【问题讨论】:
-
试试 $route['^(beautified-link)'] = "controller/function/param/6";
标签: php codeigniter routes