I am using the Bitnami Magento 1.9 Stack and want to disable every kind of cache. I made these attempts:
- I disabled Magento Caching (as described here)
- I disabled Apache2 Caching (as described here) for (html|htm|js|css|phtml|php) and checked the HTTP-Header as described here
- I disabled Browser Caching with Clear Cache
Unfortunately, my phtml-files are still being cached. CSS- & JS-files are gladly not changed anymore.
Is there any further cache that I have forgotten to disable?