Browse Source

[Boutique] Problème url producer

master
Guillaume Bourgeois 10 months ago
parent
commit
5c60b7269e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      common/config/main.php

+ 3
- 0
common/config/main.php View File

@@ -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',

Loading…
Cancel
Save