Results 1 to 3 of 3

Thread: Live up date
      
   

  1. #1
    Join Date
    Apr 2008
    Posts
    2

    Default 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. #2
    Join Date
    Apr 2008
    Posts
    2

    Default Re: Live up date

    Hi There

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

    Psychic

  3. #3
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default 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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49