I want to change this url _http:sitename/SsPartner/partner/id(string)
to _http:sitename/partner/id(string)
array{
'partner/<id:\w+>'=>'SsPartner/partner/<id:\w+>',
}
Is it Possible to change url like this, if so can you plz help me to achieve it.
It is possible
array{
'partner/<id>'=>'sspartner/partner',
}