Kohana routing external url -
i want have url in application http://website.com/click/http://google.com
with
route::set('click', 'click(/<action>(/<link>))', array('link' =>'[\w\d-_/:]+')) ->defaults(array( 'controller' => 'admanager', 'action' => 'index', )); but does't work http:// works when omitting http:// url
please advice, abbas
you need base64 encode that. putting raw url inside url (see problem? :) never work well.
Comments
Post a Comment