Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WP FTP work around

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #151961
    justdan
    Participant

    Hey guys,

    So lately I’ve been wrestling with a new WordPress install and it wanting my FTP info but still on my local machine. Frustrating. After doing some reading I found a nifty little snippet to get around messing with FTP credentials. If you have the proper file permissions set up on your server and put the snippet into your wp-config.php file then this code should work like a charm. It did for me so I thought I’d pass it along =) I’m curious to hear some input/insight from others as to how they got around the same problem.

    wp-config.php —> define(‘FS_METHOD’, ‘direct’);

Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.