For using ActiveController url has view, http://localhost/index.php/controller_name
How to make url without index.php - http://localhost/controller_name?
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,
...
]
