
页面打开 The requested URL '/legao.html' was not found on this server.

The requested URL '/legao.html' was not found on this server.
https://www.jimutu.cn/legao.html 打开这个出错
https://www.jimutu.cn/legao/list-9.html 打开这个正常的。
我现在想把栏目9URL显示为/legao.html 这样的
路由上设置
//乐高积木 Route::group(['name'=>'legao','ext'=>'html'], [ '<id>' =>['cmslegao/content/show',['method'=>'get'],['id' => '\d+']], 'list-<fid>'=>['cmslegao/content/index',['method'=>'get'],['fid' => '\d+']], 'mid-<mid>'=>['cmslegao/content/index',['method'=>'get'],['mid' => '\d+']], 'show' => 'cmslegao/content/show', 'list' => 'cmslegao/content/index', 'index$' => 'cmslegao/index/index', ]);