开发者

IIS 7 Completely Disable Caching

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜