From Boldcore's wiki
Jump to: navigation, search
(Created page with "= Wordpress obvious workaround = == Intro == By default, I don't know why on the f****** world, Wordpress wants to use FTP to write content.<br> Don't worry, this stupid beha...")
(No difference)

Revision as of 04:44, 8 March 2017

Wordpress obvious workaround

Intro

By default, I don't know why on the f****** world, Wordpress wants to use FTP to write content.
Don't worry, this stupid behaviour can be easily overriden.

The code

  • Write this in to wp-config.php
define('FS_METHOD','direct');