Install/update WordPress plugins without providing FTP access

Home – Download Forums Hosting Administration Install/update WordPress plugins without providing FTP access

Viewing 0 reply threads
  • Author
    Posts
    • #82
      admin
      Keymaster

      Add fs_method in wp-config.php
      define('FS_METHOD', 'direct');
      Change all file permissions to 755.
      Linux command:-
      sudo chmod 755 WordPress/*

Viewing 0 reply threads
  • You must be logged in to reply to this topic.