Created
          March 7, 2016 15:35 
        
      - 
      
- 
        Save bepatrickdavid/34a7d7808b9a389cbb1b to your computer and use it in GitHub Desktop. 
    WordPress Asking for Local FTP Credentials on XAMPP
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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