Laravel deployment gives 500 Internal server error
I am trying to upload a laravel site to GoDaddy but I get an internal server error.
owlcrest.sidneylab.com
1 - I uploaded the folder of my project to the root directory
2 - Copied the content of the public folder inside a folder in my public_html folder
3 - I changed the index.php to the following:
No @lostdreamer_nl
The project is in the root directory, and I named it owlcrest.
In the public_html, I create another folder called owlcrest, which has all the content inside te public folder of the project.
Simply make sure that the path is correct relative from index.php (so UP to folders (out of owlcrest, out of public_html), and then into the laravel folder to vendor/autoload.php & bootstrap/app.php)