Jump to content

How to solve 500 internal server error in my website?


Recommended Posts

A 500 error generally means a PHP error error or an error within server configuration or .htaccess directives. 

For PHP errors, are you also seeing an "oops something went wrong" page?  If so you need to enable display errors .  If you are seeing a blank page, then need to enable display errors for PHP .

If you are seeing a page with just "500 internal error" message, then you need to check your .htaccess directives.

Generally the first place to start looking is in the server error logs for apache and PHP . 

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated