www.yoursite.com/groups/1
"/1" to another name or any sequence of number and letters (sha256)
www.yoursite.com/groups/1
"/1" to another name or any sequence of number and letters (sha256)
$customizeUrls = array(
'customize' => OW::getRouter()->urlForRoute('groups-customize', array('mode' => 'customize', 'groupId' => $groupId)),
'normal' => OW::getRouter()->urlForRoute('groups-view', array('groupId' => $groupId))
);
$groupId= hash('sha256', $groupId);
//Main code goes here
$customizeUrls = array(
'customize' => OW::getRouter()->urlForRoute('groups-customize', array('mode' => 'customize', 'groupId' => $groupId)),
'normal' => OW::getRouter()->urlForRoute('groups-view', array('groupId' => $groupId))
);