When I was seriously working on my website, suddenly I got this error. 500 Internal Server Error. I can’t just relax as it is server error. Is this something I did to my website? As a developer you will have plenty of questions.
Here are some of the approach to fix 500 Internal Server Error:
- The first place you have to look is your .htaccess file there might be some syntax issue. Empty the file and upload the .htaccess blank file and check. Add .htacess code one by one and check the website for each code inclusion
- If the site is not yet back, check your error_log
- Also check you access_log so you will know exactly when and where the site got broke
- If you still can’t resolve it. Upload a simple text file and access it via URL
- As a last resort contact your Hosting provider and check with them
I am sure these approaches will surely helps. Add your comments if you have any questions.