Wordpress Checklist: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category: IT Knowledge]]
= Setting =
= Setting =
* Setting up Permalinks
* Setting up Permalinks
Line 80: Line 82:
   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');