在我的配置frontend / main.php中,我有这个配置。
'rules' => [
'contact' => 'site/contact',
'category-product' => 'category-product/index',
'<controller:\w+>/<id:\d+>' => '<controller>/view',
'<controller:\w+>/<action:\w+>/<id:\d+>' => '<controller>/<action>',
'<controller:\w+>/<action:\w+>' => '<controller>/<action>',
],
和网址为['label' => 'Products', 'url' => ['/category-product']]
,
我收到内部服务器错误。