I can\'t upload WooCommerce .zip file and install the plugin on the local host. Every time I click install button Wordpress asking for connection information for the FTP credent
Recommanded:
If you are using centos:
//Set www to 777 # chmod -R 777 /var/www/html // Change the owner to apache # chown -R apache:apache /var/www/html // Restart httpd # systemctl restart httpd
Not recommanded but works:
Add this line in wp-config.php
define( 'FS_METHOD', 'direct' );