Wordpress Files & Folder Permission

·

1 min read

$ find . -type f -exec chmod 644 {} \\;
$ find . -type d -exec chmod 755 {} \\;
$ chmod 440 wp-config.php