WordPress file permissions
To correct your WordPress file permissions, enter the directory containing the WordPress installation and execute the commands below: find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644...
No questions asked
To correct your WordPress file permissions, enter the directory containing the WordPress installation and execute the commands below: find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644...