Hi
I have followed this video but it does not work
I used these :
sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/htdocs
sudo find /opt/bitnami/apps/wordpress/htdocs -type d -exec chmod 775 {} \;
sudo find /opt/bitnami/apps/wordpress/htdocs -type f -exec chmod 664 {} \;
sudo chmod 640 /opt/bitnami/apps/wordpress/htdocs/wp-config.php
then
sudo chmod 664 /opt/bitnami/apps/wordpress/htdocs/wp-config.php
then I used this to restart Apache service
sudo /opt/bitnami/ctlscript.sh restart apache
the plugin is still not working . the plugin can be only activated and deactivated. but it doesn't cache my website pages as per Gtmetrix tests
Please help