I migrated my app from laravel 4.2 to 5.7.
I created a folder under my domain copied the project files and added the database.
When i try to access the home url 'www.mydomain.com/myproject/public/' i get this error This page isn’t working HTTP ERROR 500.
I did this many times and never faced this problem before.
This is what i have already tried:
-I change user priviliges with chmod
-php artisan cache:clear
-php artisan config:clear
-composer dump-autoload
this is my .htaccess file :