how to remove ?alias from url

this my url and i want to remove ?alias from www.xyz.com/programdetail/?alias=Child+Care+Volunteering+Program

I want:

use below code in frontend/config file




'rules' =>[

'<controller:\w+>/<id:\w+>' => '<controller>',

'<controller:\w+>/<action:\w+>/<id:\w+>' => '<controller>/<action>',

'<controller:\w+>/<action:\w+>' => '<controller>/<action>',

         ]