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,450
  • 1
  • 27
  • 41
Faridul Khan
  • 1,741
  • 1
  • 16
  • 27

0 Answers0