Disabling cache in Bitnami WAMP stack

To disable the php cache in Bitnami WAMP stack, use the instructions in this article.

Namely:

  • in  {$INSTALL_DIR}/apache2/conf/httpd.conf comment the following lines:
    • Include conf/pagespeed.conf
    • Include conf/pagespeed_libraries.conf
  • in {$INSTALL_DIR}/php/etc/php.ini put “0” instead of “1” in:
    • opcache.enable=1
    • opcache.enable_cli=1

Source: