www.sitename.com/user/recheal
to
www.sitename.com/recheal
i made a modifiction in the code but i dont know if that will have an effect on the website in generale ?
any idea !!
thanks you in advance
www.sitename.com/user/recheal
to
www.sitename.com/recheal
i made a modifiction in the code but i dont know if that will have an effect on the website in generale ?
any idea !!
thanks you in advance
$router->addRoute(new OW_Route('base_user_profile', 'user/:username', 'BASE_CTRL_ComponentPanel', 'profile'));
to
$router->addRoute(new OW_Route('base_user_profile', '/:username', 'BASE_CTRL_ComponentPanel', 'profile'));