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 #9985
    blankiacob-vlad-george
    Participant

    Commands:

    chown www-data:www-data -R *
    find . -type d -exec chmod 755 {} \;
    find . -type f -exec chmod 644 {} \;
    

    Where ftp-user is what user you are using to upload the files

    chown -R ftp-user:www-data wp-content
    chmod -R 775 wp-content
    
Viewing 1 post (of 1 total)