Announcement

Collapse
No announcement yet.

Live up date

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Live up date

    Hi There

    I'm looking for the html code, that make my site without any cache when I publish.

    Thanks Psychic.

  • #2
    Re: Live up date

    Hi There

    That mean when I publish it live doesn't wait for the changes.

    Psychic

    Comment


    • #3
      Re: Live up date

      Heres the html code to not cache
      <meta http-equiv="pragma" content="no-cache">

      Also its not your site or the server that is caching, but your browser on your computer. When you add that html its telling your browser not to save any version of your site on your computer so the next time you view it will request all of the page data. Keep in mind, if you have a page with a lot of content no cache is going to slow the load time

      Register/Login Script
      Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

      Comment

      Working...
      X