Answer the question
In order to leave comments, you need to log in
Why in Yii1 Unable to process request?
Greetings!
The urlManager has the following rules:
'<tenant:\d+>/' => 'hotels/index',
'<tenant:\d+>/<action:(login|logout|registration)>' => 'users/<action>',
'<tenant:\d+>/<action:(contact)>' => 'site/<action>',
'<tenant:\d+>/<controller:\w+>/<id:\d+>' => '<controller>/view',
'<tenant:\d+>/<controller:\w+>/<action:\w+>/<id:\d+>' => '<controller>/<action>',
'<tenant:\d+><controller:\w+>/<action:\w+>' => '<controller>/<action>',
'<module:sadmin>' => '<module>/default/index',
'<module:sadmin>/<controller:\w>' => '<module>/<controller>/index',
'<module:sadmin>/<controller:\w>/<id:\d+>' => '<module>/<controller>/view',
'<module:sadmin>/<controller:\w>/<action:\w+>/<id:\d+>' => '<module>/<controller>/<action>/<id>',
'<module:sadmin>/<controller:\w>/<action:\w+>' => '<module>/<controller>/
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question