php - IIS 7 Completely Disable Caching -
No matter that I'm still caching my php files. I unchecked all caching options and re-checked the configuration file and it looks okay.
How should I stop caching altogether? The way my PHP file is quite simple, its just "somestering" echo
It may be a little late But it can be useful for someone else.
Are you using PHP Wincache? If you are, just add wincache.fcenabled = 0
to your php.ini file.
Comments
Post a Comment