Category: WordPress

WordPress file permissions

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...