Commit 1737343e by semenov

Исправления админки

parent a11ea175
The Yii framework is free software. It is released under the terms of
the following BSD License.
Copyright © 2008 by Yii Software LLC (http://www.yiisoft.com)
Copyright © 2010 by Yii Software LLC (http://www.skeeks.com)
All rights reserved.
Redistribution and use in source and binary forms, with or without
......
......@@ -37,16 +37,26 @@ $config = [
'showScriptName' => false,
'suffix' => '',
'rules' => [
'/' => 'site/index',
'<action:(login|logout|about|page|index|contact|signup)>' => 'site/<action>',
'<_c:[\w\-]+>/<id:\d+>' => '<_c>/view',
'<_c:[\w\-]+>' => '<_c>/index',
'<_c:[\w\-]+>/<_a:[\w\-]+>/<id:\d+>' => '<_c>/<_a>',
'<_c:(game-genre|game|game-platform|game-company|publication)>/<seo_page_name>' => '<_c>/view',
'<_c:(user)>/<username>' => '<_c>/view',
'<_c:[\w\-]+>/<seo_page_name>-p' => '<_c>/view',
["class" => '\skeeks\module\tree\components\UrlRule', 'connectionID' => 'db'],
//'<_c:[\w\-]+>/<seo_page_name>-p' => '<_c>/view',
/*'/' => 'site/index',
'<controller:(profile|game|game-genre|game-company|game-platform)>' => '<controller>/index',
'<action:(login|logout|about|page|index|contact|signup)>' => 'site/<action>',*/
......
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 sign in to comment