.htaccess from your parent folder is probably affecting your laravel folder. Parent htaccess rules are inherited. Either that or you're missing a required apache module. Check your apache error logs. They'll tell you what's up.
Okay, I found the solution. The problem is about the permission. When I use the command to create a new fresh laravel folder, the permission is set to be 775.
The solution is set the permission to be 755. That's all.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community