Fix wordpress ftp password request




How to fix wordpress asking for password for every plugin install or update.

 

Simple fix to annoying problems with wordpress
If you are using ftp and have access to your wp-config file edit it.

Adding your server host address as your ftp host or visit find my website server ip address

With this address you are ready, if you know your ftp username and password.

If you dont know your ftp username and password talk to your hosting company

So, put the following code into you wp-config (i put it under /** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);

Which is standard wordpress code) and it works

define(‘FTP_HOST’, ‘your-ip-address-here’);
define( ‘FTP_USER’, ‘jsos20’ );
define( ‘FTP_PASS’, ‘*************’ );

fix wordpress asking for password by Pinguis Website Design
These hack are tried and tested on Pinguis Websites Design’s Websites.
 

 

by pinguisweb.com Design and Marketing