Announcement

Collapse
No announcement yet.

no cache

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

  • no cache

    hi

    i received an rather helpfull e-mail detail how to prevent your browser storing your web pages in its cache

    it said insert the following text, between the header

    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">

    i have done this and yet when i view page source i cant see it, should i have saved my web page as .php instead of .html?

    bluerovers.co.nz

    bluerovers
    www.bluerovers.co.nz
    www.five-a-side.co.nz

  • #2
    Re: no cache

    It can be any extension that is read as a hyper text document. (Which includes html). Try hitting f5 a couple times. Even though you just added the code for the browser for not cache, it may have still been cached from before you updated it.

    Also try doing a search in the source (hit ctrl + f) and type in something like <META in the search

    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


    • #3
      Re: no cache

      hi

      thank-you for that tip, have refreshed my page and it appears now, i have also added;

      <meta http-equiv="cache-control" content="no-store">

      as well as

      <META HTTP-EQUIV="Pragma" CONTENT="no-cache">


      will this make a difference or is it just a waste of code?

      bluerovers

      bluerovers
      www.bluerovers.co.nz
      www.five-a-side.co.nz

      Comment


      • #4
        Re: no cache

        Hi blue... From my experience the no cache tag works...Doug

        Comment


        • #5
          Re: no cache

          HI Dear,
          My explorer is too much cache , i tried every thing, please advise me some thing else.
          thanx
          ifti

          Comment


          • #6
            Re: no cache

            ifti75-
            Download this program and install and then run. It will clean your cached files.
            stevengould.org - enhancing your online experience by protecting your privacy and freeing up disk space


            Then do a maintenance run about every week.

            Andy
            PHP- is a blast!

            Comment


            • #7
              Re: no cache

              Originally posted by bluerovers View Post
              hi

              i received an rather helpfull e-mail detail how to prevent your browser storing your web pages in its cache

              it said insert the following text, between the header

              <META HTTP-EQUIV="Pragma" CONTENT="no-cache">

              i have done this and yet when i view page source i cant see it, should i have saved my web page as .php instead of .html?

              bluerovers.co.nz
              www.bluerovers.co.nz
              http://summerleague.bluerovers.co.nz
              I, too, am using this text "Between Head Tag" on my landing/index page. Should I use it on ALL pages in my website?

              Thanks in advance,
              Dan

              "'Tis better to be silent and thought a fool than to open one's mouth and remove all doubt." (A. Lincoln)

              http://www.dpcCrazyCrafts.com

              Comment


              • #8
                Re: no cache

                Originally posted by dankc908 View Post
                I, too, am using this text "Between Head Tag" on my landing/index page. Should I use it on ALL pages in my website?

                Thanks in advance,
                Hi, yes! it has to go on all pages. Would only recommend using it on pages that are being regally updated, like news & results pages, & these should be in preference fast loading pages that are mainly text. Not really recommended for image gallery's or similar areas of a site. If an image area of the site is a bit slow loading, it will be slow every time for a visitor as it wont be cached.
                Regards Chris.

                Collectables, Collecting, collectors-info.com

                www.chrismorris.co.uk

                House build project

                Comment


                • #9
                  Re: no cache

                  I have added the following code to "Between Head Tag"
                  <META HTTP-EQUIV="pragma" CONTENT="no-cache">
                  and I am still seeing my old version of a web page.

                  What's going on?



                  The Best Funny Videos on myspace.com and more!

                  Comment


                  • #10
                    Re: no cache

                    Hi koolspaces... Takes a while for that old cached to go away... usually at the next sweep by google ... Doug

                    Comment

                    Working...
                    X