Wordpress Checklist: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 80: | Line 80: | ||
means the file will not be accessible from the Internet. | means the file will not be accessible from the Internet. | ||
* Create secret keys | * Create secret keys | ||
https://api.wordpress.org/secret-key/1.1/salt/ | |||
define('AUTH_KEY', 'put your unique phrase here'); | define('AUTH_KEY', 'put your unique phrase here'); | ||
define('SECURE_AUTH_KEY', 'put your unique phrase here'); | define('SECURE_AUTH_KEY', 'put your unique phrase here'); |