Tuesday 18 December 2012

[EN] Installing WP-plugins without FTP server

Few times when I was testing some plugins for Wordpress I was wondering how can I install plugin without FTP server. Wordpress after default installation needs configured ftp when you want to install new plugin, but here is one quick-hack I found at net:

Edit your wp-config.php file and add there line:
define('FS_METHOD', 'direct');

Now save your file, and enjoy installing plugins without ftp server. :)

Cheers
o/

No comments:

Post a Comment

What do You think...?