Yii2 Pretty URL / SEO Friendly URL – Both Basic and Advanced Templates
У вашего броузера проблема в совместимости с HTML5
Remove web/index.php and enable pretty URL –Yii2 Basic Template:
By Default YII Basic url structure is
yiibasic/web/index.php?r=controller/action
To make url user and SEO friendly we need to make following changes:
yiibasic/controller/action
Remove Frontend/web/index.php and change Backend/web/index.php to admin :
By Default YII Advanced url structures for frontend and backend are:
yii/frontend/web/index.php?r=controller/action
yii/backend/web/index.php?r=controller/action
To make url user and SEO friendly we would like to change frontend url to: yii/controller/action
And backend url to:
Yii/admin/controller/action