Skip to content

Instantly share code, notes, and snippets.

@buraksahin59
Last active January 11, 2019 09:20
Show Gist options
  • Save buraksahin59/2729525979cc4df224004e4789c0ee58 to your computer and use it in GitHub Desktop.
Save buraksahin59/2729525979cc4df224004e4789c0ee58 to your computer and use it in GitHub Desktop.
// Run below code to change permission of htdocs's sub folders
chmod -R 777 /Applications/XAMPP/htdocs/
define('FS_METHOD','direct');
define("FTP_HOST", "localhost");
define("FTP_USER", "admin");
define("FTP_PASS", "1234");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment