Route::group(['domain' => 'x.m.abc.com'], function () {
Route::get('/',function(){return "welcome";});
});
浏览 x.m.abc.com 显示 Sorry, the page you are looking for could not be found. 错误
求解!!!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
在Laravel5.3上测试是没问题的,你host配置没错吧。
兄弟!你确认没错?
x.m.abc.com/robots.txt 都能浏览