I have a web page written in pure HTML (with the extension .html). Whenever I edit it and click Refresh in my browser, the page does not refresh. However, if I change the extension to .php, this problem does not occur. Can someone explain to me what is going on?
Try pressing CTRL + Refresh or CTRL + F5. This should greatly update and reload new content. This only applies to browser caching .
, - . http://www.i18nguy.com/markup/metatags.html
, , .
, IIS Expires.
- , php:
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache
. , .
Source: https://habr.com/ru/post/1753010/More articles:Calculation of frequency response by filter coefficients - filterWindows Azure: могу ли я изменить количество экземпляров рабочей роли, когда приложение запущено в облаке - azureIs ngen used to compile .NET code into a binary file that does not require installing the .NET framework when running the code? - .netSWFUpload with Django 1.2 csrf problem - djangoUser interface presentation control in many discrete web applications - web-applicationsHow to set up a login system? - phpHow do you use twitter api? - twitterQuestion about application architecture - javaXAML: access StaticResource in plain XAML? (without markup extension) - validationIs it possible to use option_groups_from_collection_for_select with include_blank on rails? - ruby-on-railsAll Articles