wp-config.php file constants scan
The scan
This scan checks several constants defined in the wp-config.php
file.
The fix
SecuPress will edit the wp-config.php
file to fix some constants. It may create a « Must Use » plugin in some cases.
What if the fix doesn't work ?
Maybe the wp-config.php
isn't writeable : access your site via ftp and make sure the chmod for the wp-config.php
file is set to0644
. If it is, you have nothing else to do. If you don't know what 'chmod' is then do nothing. Once the chmod is set, try clicking the 'fix it' button again.
If SecuPress still tells you that COOKIEHASH
's value is not right, it means the « Must Use » plugin could not be created: access your site via sFTP (Secure FTP or only FTP if you can't) and make sure the chmod for the /wp-content/
and wp-content/mu-plugins/
folders are set to 0755
. If the wp-content/mu-plugins/
folder doesn't exist, create it. If the chmod is properly set to 0755
, then you have nothing else to do. If you don't know what 'chmod' is then do nothing. Once the chmod is set, try clicking the 'fix it' button again.