Commit 1da2044e authored by andre's avatar andre

иправления для справки в правилах маршрутизации frontend/config/main.php

parent 44f6c310
...@@ -6,7 +6,7 @@ $params = array_merge( ...@@ -6,7 +6,7 @@ $params = array_merge(
require(__DIR__ . '/params-local.php') require(__DIR__ . '/params-local.php')
); );
return [ return [
'id' => 'app-frontend', 'id' => 'app-frontend',
'basePath' => dirname(__DIR__), 'basePath' => dirname(__DIR__),
'bootstrap' => ['log'], 'bootstrap' => ['log'],
...@@ -171,6 +171,8 @@ return [ ...@@ -171,6 +171,8 @@ return [
'' => 'content/page/view', '' => 'content/page/view',
'reviews' => 'reviews/review/index', 'reviews' => 'reviews/review/index',
'faq/view/all' => 'faq/faq/all', 'faq/view/all' => 'faq/faq/all',
'faq/video/<url>' => 'faq/faq/view-video',
'faq/video' => 'faq/faq/video',
'faq/<url>' => 'faq/faq/view', 'faq/<url>' => 'faq/faq/view',
'faq' => 'faq/faq/index', 'faq' => 'faq/faq/index',
'blog' => 'blog/post/index', 'blog' => 'blog/post/index',
...@@ -194,7 +196,7 @@ return [ ...@@ -194,7 +196,7 @@ return [
'logout' => 'site/logout', 'logout' => 'site/logout',
'activate/<code>'=>'users/user/activate', 'activate/<code>'=>'users/user/activate',
'<page:(/)>' => 'content/page/view', '<page:(/)>' => 'content/page/view',
'<_m>/<_c>/<_a>/<id:\d+>' => '<_m>/<_c>/<_a>', '<_m>/<_c>/<_a>/<id:\d+>' => '<_m>/<_c>/<_a>',
'<_m>/<_c>/<_a>/<page>' => '<_m>/<_c>/<_a>', '<_m>/<_c>/<_a>/<page>' => '<_m>/<_c>/<_a>',
'<_m>/<_c>/<_a>' => '<_m>/<_c>/<_a>', '<_m>/<_c>/<_a>' => '<_m>/<_c>/<_a>',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment