0
Someone who has already deployed application in Laravel on Centos 7 Production Server to give me a hand??
I have done all the basic possible settings, created Virtualhost pointing to the public folder, etc... But I can’t access the application in the browser, but when I change the index.php that is inside the public folder to other content, such as echo "Test page" works perfectly without generating an error, but when I go back to the original index.php of the application it generates the error:
Internal Server Error The server encountered an Internal error or misconfiguration and was Unable to complete your request.
Someone who’s been there Can help me???
Yes, I ran Composer update, 777 permission on all folders and the file. env configured correctly, I can even execute commands via Tinker. I’ll read this article.
– Jorgito da Silva Paiva
Briefcase
public
it has to be only 755.– Diego Souza