I have been trying to figure this out since the weekend. I have a small Laravel 8 app that I am trying to deploy to Ionos 1&1. the /' route works fine but any other throughs a 500 error.
My project folder permissions 777. My storage folder and all folders below are 707and all the files are 606
I cant see and info on the laravel.log.
I have tried cache:clear and config:clear, and done composer.phar dump-autoload.
Is there a htacces file in the public folder? Can you share its contents? And consider asking your host if mod_rewrite is enabled on the server (if apache)
Ok, that looks perfectly fine. My best bet is that mod_rewrite isn't enabled or the virtual host config is wrong. Contact the provider like @automica suggested
I'm going to give them a call today. The only thing that is making me think it's not the sever, is that I am getting the same problem on AWS and Digital Ocean to.