Server-side settings prevent caching of SWF, FLV, and other video files

Source: Internet
Author: User

Next, we will list two methods to modify the server side for control:
1. IIS server
Generally, we disable caching for dynamic pages (such as ASP and PHP) by using the language itself.Set HTTP HeaderBut SWFNoDirectSet HTTP Header. You can add an HTTP header in IIS from the server side:
Cache-control: "No-Cache"
Pragma: "No-Cache"
Expires: "-1"

The operation method is shown in the figure below:

However, when setting IIS, note that if an HTTP header is set for the entire website, the content of the entire site (such as JPG, GIF, CSS, HTML, and so on) isNoThe files will be cached. This will cause the files to be downloaded again each time,NoOkay. In this case, create a virtual directory under the website andSet HTTP Header, Put the SWF file that is not cached in it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.