I have a page that I want to redirect to that requires parameters in the URL: http://www.example.com/myController/myAction/param1:val1/param2:val2
I know that there
Instead, you can use this format also
redirect('/controller/action/par1:par1/par2:par2/'); ?> redirect('/controller/action/id/10/name/hello/'); ?>