Laravel routing error when adding third-level domain name
淡淡烟草味
淡淡烟草味 2017-05-16 16:50:18
0
3
377
Route::group(['domain' => 'x.m.abc.com'], function () {
    Route::get('/',function(){return "welcome";});
});

Browse x.m.abc.com Show Sorry, the page you are looking for could not be found. Error

Solution! ! !

淡淡烟草味
淡淡烟草味

reply all(3)
phpcn_u1582

There is no problem when testing on Laravel 5.3. Your host configuration is correct.

曾经蜡笔没有小新

Brother! Are you sure it's correct?

左手右手慢动作

x.m.abc.com/robots.txt can be browsed

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!