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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -