对于使用ActiveController,url具有视图http://localhost/index.php/controller_name
如何制作没有index.php的网址 - http://localhost/controller_name
?
答案 0 :(得分:0)
在config / main.php
中 'urlManager' => [
'showScriptName' => false,
'enablePrettyUrl' => true,
...
]