今日Yii2をインストールしました。モジュール アクションへのリダイレクトに 6 時間以上苦労しました。
project\app\modules\instClients\controllers\InstTypesController\actionCreate
インデックス ファイルはプロジェクトにあります
return $this->redirect(['instClients/instTypes/create']) in siteController/actionIndex は URL http://localhost/project/index.php?r=instClients/instTypes/create を作成します。
http://localhost/project/index.php?r=instClients/instTypes/createが見つかりません (#404) ページが見つかりません。
このアクションにリダイレクトするにはどうすればよいですか。または、モジュール instClients の instTypesController でアクション create にアクセスするために使用する正しい URL を教えてください。
前もって感謝します。