Today, I will share some information about, How to solved if we got error " is currently unable to handle this request. http error 500 000webhost". Lets read the following instruction :
This tutorial is for those who get Internal Server Error
. So your website is not working and you are struggling to find out why. You see Error 500
and do not know what to do next. If you try googling error 500
this will not give you answer you want. The error is too generic and does not tell you exact problem. What you need is to find out what is the real issue.
On 000webhost all errors PHP errors are hidden by default.
To enable displaying PHP errors
- Open your website with file manager
- Go to
public_html
directory - Create
.htaccess
file (if it does not exist already) - add this line:
php_value display_errors 1
- save file
Hope this article can helping you.
No comments:
Post a Comment