diff --git a/config/web.php b/config/web.php index fd03861..90a8287 100644 --- a/config/web.php +++ b/config/web.php @@ -38,6 +38,14 @@ $config = [ ], ], 'db' => require(__DIR__ . '/db.php'), + /* + 'urlManager' => [ + 'enablePrettyUrl' => true, + 'showScriptName' => false, + 'rules' => [ + ], + ], + */ ], 'params' => $params, ];