chmod 600 wp-config.php

To prevent users from installing potentially insecure plugins or breaking the site with auto-updates:

Change false to true to see PHP errors, notices, and warnings. Never do this on a live production site (it will show errors to visitors).

Wp Config.php Official

chmod 600 wp-config.php

To prevent users from installing potentially insecure plugins or breaking the site with auto-updates:

Change false to true to see PHP errors, notices, and warnings. Never do this on a live production site (it will show errors to visitors).