WordPress

From Kb

Jump to: navigation, search

For auto updating, the following permission changes usually work. Run these commands from within the WordPress root directory:

find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod 664 {} \;

You may also need to add this directive to the wp-config.php file:

define('FS_METHOD', 'direct');

Mor information on WordPress permissions: Changing File Permissions