2012-02-18 80 views
0

我已經從網上下載了worpress。以下代碼在config.php中。wordpress配置文件密鑰

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'); 

即使我沒有定義任何鍵我的網站運行良好。定義這些密鑰是否是強制性的?如果我沒有定義他們是否影響我的網站?請解釋。

+0

http://www.pixelapes.com/2009/04/30/increasing-your-wordpress-security/ – Cheery 2012-02-18 06:40:00

回答