Difference between revisions of "SBN - Blog Server Notes"
Jump to navigation
Jump to search
(Created page with "* WordPress Installation") |
|||
| Line 1: | Line 1: | ||
| − | * [[BlogServer - WordPress Installation|WordPress Installation]] | + | *[[BlogServer - WordPress Installation|WordPress Installation]] |
| + | |||
| + | When WP shows you this very helpful screen: | ||
| + | [[File:WP Bullshit-1.png|none|thumb|600x600px]] | ||
| + | Open up <code>wp-config.php</code> and add: | ||
| + | |||
| + | <code>define('FS_METHOD', 'direct');</code> | ||
| + | |||
| + | at the bottom. | ||
Revision as of 04:17, 25 June 2020
When WP shows you this very helpful screen:
Open up wp-config.php and add:
define('FS_METHOD', 'direct');
at the bottom.