今天安装了Yii2。我已经努力重定向到一个模块操作,但没有成功超过 6 个小时。
项目\app\modules\instClients\controllers\InstTypesController\actionCreate
索引文件在项目中
return $this->redirect(['instClients/instTypes/create']) 在 siteController/actionIndex 创建 URL http://localhost/project/index.php?r=instClients/instTypes/create。
http://localhost/project/index.php?r=instClients/instTypes/create返回 Not Found (#404) 找不到页面。
如何重定向到此操作,或者我应该使用什么正确的 url 来访问模块 instClients 中的 instTypesController 中创建的操作?
提前致谢。