Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.
  • This topic is empty.
Viewing 16 post (of 16 total)
  • Author
    Posts
  • #9984
    harish-verma
    Participant

    Define in wp_config file.

    /var/www/html/Your-Project-File/wp-config.php

    define( 'FS_METHOD', 'direct' );
    

    chown – changes ownership of files/dirs. Ie. owner of the file/dir changes to the specified one, but it doesn’t modify permissions.

    sudo chown -R www-data:www-data /var/www
    
Viewing 16 post (of 16 total)
  • You must be logged in to reply to this topic.