wordpress配置文件密钥

时间:2012-02-18 06:36:23

标签: wordpress

我已从网上下载了worpress。以下代码位于config.php中。

define('AUTH_KEY',         'put your unique phrase here');
define('SECURE_AUTH_KEY',  'put your unique phrase here');
define('LOGGED_IN_KEY',    'put your unique phrase here');
define('NONCE_KEY',        'put your unique phrase here');
define('AUTH_SALT',        'put your unique phrase here');
define('SECURE_AUTH_SALT', 'put your unique phrase here');
define('LOGGED_IN_SALT',   'put your unique phrase here');
define('NONCE_SALT',       'put your unique phrase here');

即使我没有定义任何密钥,我的网站运行正常。是否必须定义这些密钥?如果我不定义它们会影响我的网站吗?请解释一下。

1 个答案:

答案 0 :(得分:1)

在以下位置,您可以找到问题的详细说明。我希望这有帮助。感谢

http://codex.wordpress.org/Editing_wp-config.php#Security_Keys