ソースを参照

Merge tag 'hotfix_url_slash' into develop

hotfix_url_slash
feature/souke
Guillaume Bourgeois 1年前
コミット
116575d74f
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      common/config/main.php

+ 3
- 0
common/config/main.php ファイルの表示

@@ -142,6 +142,9 @@ return [
'<slug_producer:\w+>' => 'site/index',
'<slug_producer:\w+>/<controller>/<action>' => '<controller>/<action>',
],
'normalizer' => [
'class' => 'yii\web\UrlNormalizer',
],
],
'urlManagerFrontend' => [
'class' => 'common\components\UrlManagerCommon',

読み込み中…
キャンセル
保存