I'm using jumi at the moment to create custom pages for joomla. However, when i try to use JRoute (eg: JRoute::_('index.php?option=com_jumi')) to redirect to a menu item i created for the jumi page, I get the following url http://www.mydomain.com/component/jumi/confirm?ad_code=MDAwMV8wNTgx.(WHERE confirm is my jumi alias)
My question now is: how can i get rid of the "/component/jumi/" statement in the url. (ie: http://www.mydomain.com/confirm?ad_code=MDAwMV8wNTgx)