0

Just trying out laravel 5.5 which I installed in cpanel. Only the root route is working:

Route::get('/', function () {
    return view('public/content/home-content');
});

Even this isn't working

Route::get('/about', function () {
    return view('public/content/about-content');
});

It also work:

www.mydomain/index.php/about

How can I solve this error

julianstark999
  • 3,225
  • 1
  • 28
  • 38
Faridul Khan
  • 1,387
  • 1
  • 13
  • 26

0 Answers0