URLの末尾に名前付きの引数がある場合にデフォルトのコントローラー/アクションを正しくルーティングする方法を知りたいです。
IE:にルーティングhttp://www.server.com/mode:full
したいhttp://www.server.com/users/index/mode:full
試しRouter::connect ('/:mode', array('controller'=> 'users', 'action'=> 'index'));
ましたが、動作しません...