Your Time:
Our Time:

Don't update Hours

Sorry, but you do not have the capability to view this topic

  • Supported
    • Topics: 5
    • Replies: 11
    • Total posts: 16
    Post count: 17
    informundo
    Member
    2016-08-16 at 8:37 pm #15997

    I have many problems to detect me day and the correct time. He believed it was the problem of the browser cache, since after pressing F5, if I correctly detected. But I have put in .htacess me not to cache html
    <FilesMatch “\.(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|XML)$”>
    FileETag MTime Size
    <IfModule mod_headers.c>
    Header set Pragma “no-cache”
    Header set Cache-Control “max-age=0, private, no-store, no-cache, must-revalidate”
    Header unset Last-Modified
    </IfModule>
    </FilesMatch>
    and I added the meta <meta http-equiv = “Pragma” content = “no-cache”>
    to the header.php, but I still have problems. It can be seen in the accompanying image.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.