no

Learn Wordpress Folders and Files Permission

Here's how I configure my Wordpress folders and files permission using Bitnami image in Amazon. find /htdocs -type d -exec chmod 775 {...

Here's how I configure my Wordpress folders and files permission using Bitnami image in Amazon.

find /htdocs -type d -exec chmod 775 {} +
find /htdocs -type f -exec chmod 664 {} +

Exception
wp-config.php - 640

Related

wordpress 8686210605323239974

Post a Comment Default Comments

item