Edit Customer Portal URL

How can we edit the Customer Portal URL with the new platform?

Let's say I have a new platform called 'ric' so how can I have customer portal URL like https://{site_url}/ric/index.html so it opens a new layout?


$platforms[] = 'base';
$platforms[] = 'mobile';
$platforms[] = 'portal';
$platforms[] = 'opi';
$platforms[] = 'lpi';
$platforms[] = 'ric';

Thanks 

Ric