skip to Main Content

I’ve uploaded wordpress file in my panel. But I can’t configure my wordpress site with database. When i browse my site as ************.us, it shows 500 Internal Server Error error. So, i’ve deleted all uploaded files and uploaded again. But i’m facing this problem again and again.
So, i’m seeking a better solution.

2

Answers


  1. Check files and folder permissions as follows:

    public_html folder should have 750 and chown it to cpaneluser:nobody
    files inside public_html/ should have 644 permissions
    folders inside public_html/ should have 755 permissions

    Check if there is any .htaccess file inside your public_html folder. If there are any rules inside that file those could lead to the error

    If you do not need the rules or the file, you can just delete it.

    Login or Signup to reply.
  2. to increase php post limit
    128M And also upgrade your current version.
    for support click heenter link description herere

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search