search

Home  >  Q&A  >  body text

Laravel routing error when adding third-level domain name

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! ! !

淡淡烟草味淡淡烟草味2748 days ago388

reply all(3)I'll reply

  • phpcn_u1582

    phpcn_u15822017-05-16 16:52:18

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

    reply
    0
  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-16 16:52:18

    Brother! Are you sure it's correct?

    reply
    0
  • ringa_lee

    ringa_lee2017-05-16 16:52:18

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

    reply
    0
  • Cancelreply