简体   繁体   中英

yii2: ActiveController name in url

For using ActiveController url has view, http://localhost/index.php/controller_name

How to make url without index.php - http://localhost/controller_name ?

In config/main.php

        'urlManager'       => [
            'showScriptName'               => false,
            'enablePrettyUrl' => true,
...
]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM