5kud
5kud

Reputation: 337

Can't install Wordpress plugins locally

Any plugin I try to install on my dev site on localhost asks me to enter my FTP credentials.

What do I enter for this as I am doing it locally therefore don't have any FTP details?

It's asking for: Hostname, FTP Username & FTP Password

Upvotes: 0

Views: 1446

Answers (1)

thefallen
thefallen

Reputation: 9749

Open your wp-config.php file and place this:

define('FS_METHOD', 'direct');

Upvotes: 2

Related Questions