Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Correct file permissions for WordPress #9988
    blankshasi-kanth
    Participant

    I think the below rules are recommended for a default wordpress site:

    • For folders inside wp-content, set 0755 permissions:

      chmod -R 0755 plugins

      chmod -R 0755 uploads

      chmod -R 0755 upgrade

    • Let apache user be the owner for the above directories of wp-content:

      chown apache uploads

      chown apache upgrade

      chown apache plugins

Viewing 1 post (of 1 total)