• I have a problem with Optimizepress plugin. My hosting is on godaddy and every time i try to update the plugin automatically it ask for ftp credentials. I was told by go daddy helpdesk to call worpress and get help on editing the wp-config.php file and input the following:

    //add ftp login credentials
    define(‘FTP_HOST’, ‘<span style=”color: #008000;”>ftp.worldsbesttoysforkids.com</span>‘);
    define(‘FTP_USER’, ‘<span style=”color: #008080;”>Your_FTP_sputnik1111</span>‘);
    define(‘FTP_PASS’, ‘<span style=”color: #800000;”>Your_FTP_password</span>‘);
    //define(‘FTP_SSL’, false);

    I would like to verify that with someone who knows about the code as i am not familiar. This code should fix the problem of asking for ftp credentials.

  • The topic ‘wp-config.php editing help’ is closed to new replies.