Hello, I have just uploaded a laravel 6 website (kingstouchchurch.org) on GoDaddy shared server and did all the processes: putting everything in PUBLIC folder in html_public and others outside html_public.
Also updating the index.php file (autoload & bootstrap).
But I get 500 Server Error.
I have also tried altering permissions but to no avail! Please help!
For some reason that I don't know, I could not find the .ENV file even though I made visible all the hidden files (dotfiles). That was when I couldn't find the whole site. Then I uploaded it from my local project and changed the APP_URL from local to the website's domain.
Then after that, only the home page could be found and 404 errors when try to access other pages.
Thanks to @siangboon I took a look at .htaccess file and I could not find it. So I uploaded it alone again and everything is working fine now.
I still don't know why the .env and .htaccess files were not there in the first place.