how make this url simpler http://localhost/yii-application/frontend/web/site/booking like http://localhost/controller/action in yii2 ?
http://localhost/yii-application/frontend/web/site/booking
i need simpler like :
http://localhost/yii-application/controller/action
how i can handle this with .htaccess