开发者

IIS 7 Completely Disable Caching

开发者 https://www.devze.com 2023-01-10 08:34 出处:网络
No matter what I do iis still caching my php files. I uncheck开发者_如何学编程ed all caching options and rechecked configuration file and it seems okay.

No matter what I do iis still caching my php files. I uncheck开发者_如何学编程ed all caching options and rechecked configuration file and it seems okay.

How should I completely turn off all kinds of caching? By the way my php file is quite simple its just echo "somestring"


This might be a bit late but it might be useful for somebody else.

Are you using PHP Wincache? If you are, just add wincache.fcenabled=0 to your php.ini file.

http://php.net/manual/en/wincache.configuration.php

0

精彩评论

暂无评论...
验证码 换一张
取 消