WP Super Cache wp-config.php permissions

Do you all keep your WP Super Cache plugin’s wp-config.php permissions at 755?

When trying to fix an error I ran into these notes and was not sure if people did further setting tweaks.
wordpress.org…changing-file-permissions:

All files should be 644 or 640. Exception: wp-config.php should be 440 or 400 to prevent other users on the server from reading it.

Screen Shot 2022-11-22 at 11.10.58 AM

Thanks,
Audrey

Typically, this is less a big deal for plugins, in my experience. That being said, you may need to temporarily change the permissions of wp-config.php to be 600 (or more open than that), then enable WP Super Cache, as the plugin will need to modify that file to enable its caching. After the cache is enabled you can set that file back to 400, or leave things be as we have a scheduled job that runs on the server to change wp-config.php files to 400 as a security measure.

Let me know if that helps! If you need us to take a look at a particular WP install, definitely reach out to our support and we can take a look!

1 Like

Thanks, Taylor! This is all very very helpful.

This topic was automatically closed after 365 days. New replies are no longer allowed.