(In apache, in nginx, in php.) The disabled expires causes the browser to send "if-modified-since" (for the server to send 304 if necessary)
For nginx something like that
server { location / { expires off; } }
Add to .htaccess
ExpiresActive Off
This is for Apache, nginx not in the know.
Source: https://ru.stackoverflow.com/questions/26290/More articles:Sort drag & dropHow to close the file?Question by svnEclipse + GUI DesignerMail () function in phpClock shows server time, but on Ajax with one requestUser authorization in .htaccess and nginxHow to print a page generated in PHPPDO does not delete data from the databaseContent Editing FormAll Articles