禁止SWF文件显示在IE缓存
网站建设 2021-07-03 14:34www.dzhlxh.cn网站建设
问:怎样禁止SWF文件显示在IE缓存中?
答:实现方法就是在Apache Server配置文件(httpd.conf)中加入狼蚁网站SEO优化几句:
ExpiresActive On
header append cache-control: "no-cache"
header append pragma: "no-cache"\
header append expires: "-1"
注意:这种方法只是让Flash不显示在客户端的IE临时文件夹中,但不能防止被直接下载。并且对FireFox浏览器无效。
答:实现方法就是在Apache Server配置文件(httpd.conf)中加入狼蚁网站SEO优化几句:
ExpiresActive On
header append cache-control: "no-cache"
header append pragma: "no-cache"\
header append expires: "-1"
注意:这种方法只是让Flash不显示在客户端的IE临时文件夹中,但不能防止被直接下载。并且对FireFox浏览器无效。