Skip to content

Instantly share code, notes, and snippets.

@bepatrickdavid
Created March 7, 2016 15:35
Show Gist options
  • Save bepatrickdavid/34a7d7808b9a389cbb1b to your computer and use it in GitHub Desktop.
Save bepatrickdavid/34a7d7808b9a389cbb1b to your computer and use it in GitHub Desktop.
WordPress Asking for Local FTP Credentials on XAMPP
cd /Applications/XAMPP/xamppfiles/
This will get you to the XAMPP file directory. Now we’re going to modify your htdocs directory:
sudo chown -R daemon htdocs
Enter your root password when prompted, then finish it out with a chmod call:
sudo chmod -R g+w htdocs
And you’re done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment