I know that there is some 500 Internal Server Error when is see this page,
The localhost page isn’t working localhost is currently unable to handle this request. HTTP ERROR 500
I have already set the variables display_errors: On
and error_reporting : E_ALL
in my php.ini
config file and restarted the server.
I still see the same page and not the actual error message that is causing the Internal Server Error. Why?
It maybe solve your problem, check your files access level
$ sudo chmod -R 777 /"your files location"