Joomla 3のCRouteとJrouteの違い.
$mainframe = JFactory::getApplication();
私は$mainframe->redirect(CRoute::_('index.php?option=com_community&view=register&task=registerProfileType', false));
このリダイレクトを持っていますが、303 See other Error で動作しませんが、コードを次のように変更すると$mainframe->redirect(JRoute::_('index.php?option=com_community&view=register&task=registerProfileType', false));