Difference between revisions of "SBN - Blog Server Notes"

From The TinkerNet Wiki
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:

WP Bullshit-1.png

Open up wp-config.php and add:

define('FS_METHOD', 'direct');

at the bottom.