[Solved]how to redirect all users to login page
i use this : Route::get('/', function () {
return redirect(route('filament.admin.auth.login'));
});
to redirect all to login page , but in production NOT FOUND msg from apache with ubuntu
return redirect(route('filament.admin.auth.login'));
});
to redirect all to login page , but in production NOT FOUND msg from apache with ubuntu