diff --git a/frontend/config/main.php b/frontend/config/main.php index 9c17407..ae3cad2 100644 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -46,6 +46,7 @@ return [ 'class' => SeoUrlManager::className(), 'enablePrettyUrl' => true, 'showScriptName' => false, + 'dontShowDefaulPrefix' => true, 'rules' => [ '\/robots.txt' => 'site/robots', ], diff --git a/frontend/views/site/error.php b/frontend/views/site/error.php index 42baba4..cced86b 100644 --- a/frontend/views/site/error.php +++ b/frontend/views/site/error.php @@ -23,10 +23,10 @@ $this->title = $name;

-

-

+

+

-

+

-- libgit2 0.21.4