I uploaded my Laravel project to infinityfree.net, but get this error:
This page isn’t working right now sitename.epizy.com can't currently handle this request. HTTP ERROR 500
How to fix this?
I uploaded my Laravel project to infinityfree.net, but get this error:
This page isn’t working right now sitename.epizy.com can't currently handle this request. HTTP ERROR 500
How to fix this?
The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the web site's server but the server could not be more specific on what the exact problem is.
You need to "error mood" on in php config file(you can search it in cpanel).error mood off to error mood on to see error log.after you checked the error and solved it change error mood setting.(error mood on to error mood off).I hope this will help you a little.