UrlManager

Hello,

i try to get a pretty url localhost/advanced/frontend/web/<country_slug> instead of localhost/advanced/frontend/web/site/index?ProductSearch[country_id]=<country_id>

<country_slug> and <country_id> because i have a tablename country

example united states has id=1 in my database and slug is united-states i want to get :

localhost/advanced/frontend/web/united-states

instead of :

localhost/advanced/frontend/web/site/index?ProductSearch[country_id]=1

Thanks