No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
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