How many secret keys in wp config file
-
my site has been hacked and i am going back now and trying to secure some things. One of them is the secret keys in the wp config file. Should there be 2 sets of secret keys?
define(‘AUTH_KEY’,
define(‘SECURE_AUTH_KEY’,
define(‘LOGGED_IN_KEY’,
define(‘NONCE_KEY’,
define(‘AUTH_SALT’,
define(‘SECURE_AUTH_SALT’,
define(‘LOGGED_IN_SALT’,
define(‘NONCE_SALT’,Never actually looked at the config file, since I really don’t know what i am doing, but this didn’t match the sample page, so I am questioning it. Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How many secret keys in wp config file’ is closed to new replies.