Website needs refresh to change

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Don

    Website needs refresh to change

    I made a change to my website, but when I access it through IE, it
    keeps showing me the old page. I have to press F5 to get the update.
    This happens even after a computer restart.

    Why is this?

    Thanks.

    Don

  • Adrienne Boswell

    #2
    Re: Website needs refresh to change

    Gazing into my crystal ball I observed Don <donparish22@ya hoo.co.uk>
    writing in news:1179238006 .519437.63880@o 5g2000hsb.googl egroups.com:
    I made a change to my website, but when I access it through IE, it
    keeps showing me the old page. I have to press F5 to get the update.
    This happens even after a computer restart.
    >
    Why is this?
    >
    Thanks.
    >
    Don
    >
    >
    Check your browser settings.

    --
    Adrienne Boswell at Home
    Arbpen Web Site Design Services
    Arbpen Consulting will help you harness valuable insights and translate them into tangible results by merging data and strategy.

    Please respond to the group so others can share

    Comment

    • Don

      #3
      Re: Website needs refresh to change

      On 15 May, 15:17, Adrienne Boswell <arb...@yahoo.c omwrote:
      Gazing into my crystal ball I observed Don <donparis...@ya hoo.co.uk>
      writing innews:11792380 06.519437.63880 @o5g2000hsb.goo glegroups.com:
      >
      I made a change to my website, but when I access it through IE, it
      keeps showing me the old page. I have to press F5 to get the update.
      This happens even after a computer restart.
      >
      Why is this?
      >
      Thanks.
      >
      Don
      >
      Check your browser settings.
      What should I change?

      Thanks.

      Don

      Comment

      • Ed Jay

        #4
        Re: Website needs refresh to change

        Don scribed:
        >On 15 May, 15:17, Adrienne Boswell <arb...@yahoo.c omwrote:
        >Gazing into my crystal ball I observed Don <donparis...@ya hoo.co.uk>
        >writing innews:11792380 06.519437.63880 @o5g2000hsb.goo glegroups.com:
        >>
        I made a change to my website, but when I access it through IE, it
        keeps showing me the old page. I have to press F5 to get the update.
        This happens even after a computer restart.
        >>
        Why is this?
        >>
        Thanks.
        >>
        Don
        >>
        >Check your browser settings.
        >
        >What should I change?
        >
        Check your cache settings. It sounds as though your browser is fetching the
        old page from cache without first checking for changes in the page.
        --
        Ed Jay (remove 'M' to respond by email)

        Comment

        • Beauregard T. Shagnasty

          #5
          Re: Website needs refresh to change

          Don wrote:
          Adrienne Boswell <arb...@yahoo.c omwrote:
          >Gazing into my crystal ball I observed Don <donparis...@ya hoo.co.uk>
          >writing innews:11792380 06.519437.63880 @o5g2000hsb.goo glegroups.com:
          >>
          >>I made a change to my website, but when I access it through IE, it
          >>keeps showing me the old page. I have to press F5 to get the
          >>update. This happens even after a computer restart.
          >>Why is this?
          >>
          >Check your browser settings.
          >
          What should I change?
          Empty your browser's cache. (temporary internet files) Set it to a low
          number of bytes of cache storage.

          Set it to fetch a new page upon every visit.

          Try alternative modern browsers where these settings are easier to find.


          --
          -bts
          -Motorcycles defy gravity; cars just suck

          Comment

          • Mumia W.

            #6
            Re: Website needs refresh to change

            On 05/15/2007 09:06 AM, Don wrote:
            I made a change to my website, but when I access it through IE, it
            keeps showing me the old page. I have to press F5 to get the update.
            This happens even after a computer restart.
            >
            Why is this?
            >
            Thanks.
            >
            Don
            >
            Clear your browse cache.

            If you are able, you should also make your pages emit appropriate
            Expires: headers, so that other people's browsers don't cache your pages
            for too long.

            Comment

            • David E. Ross

              #7
              Re: Website needs refresh to change

              Mumia W. wrote:
              On 05/15/2007 09:06 AM, Don wrote:
              >I made a change to my website, but when I access it through IE, it
              >keeps showing me the old page. I have to press F5 to get the update.
              >This happens even after a computer restart.
              >>
              >Why is this?
              >>
              >Thanks.
              >>
              >Don
              >>
              >
              Clear your browse cache.
              >
              If you are able, you should also make your pages emit appropriate
              Expires: headers, so that other people's browsers don't cache your pages
              for too long.
              >
              Gecko-based browsers (Firefox, SeaMonkey, Camino, and other
              Mozilla-related products) have the option to query the page's time-stamp
              on the server. If the page on the server is more recent than the cached
              page, the page is fetched from the server. Otherwise the cached page is
              used.

              One problem with this is that pages with server-side includes (SSIs) or
              that are otherwise generated on the fly will always cause the server to
              indicate a time-stamp equal to when the page was requested. This always
              causes a new fetch from the server even if the page is actually the same
              as in the cache. See Mozilla bug report #233293 at
              <https://bugzilla.mozill a.org/show_bug.cgi?id =233293for a discussion
              of a possible Gecko enhancement to address this problem.

              --

              David E. Ross
              <http://www.rossde.com/>.

              Don't ask "Why is there road rage?" Instead, ask
              "Why NOT Road Rage?" or "Why Is There No Such
              Thing as Fast Enough?"
              <http://www.rossde.com/roadrage.html>

              Comment

              • Chris Morris

                #8
                Re: Website needs refresh to change

                "David E. Ross" <nobody@nowhere .notwrites:
                One problem with this is that pages with server-side includes (SSIs) or
                that are otherwise generated on the fly will always cause the server to
                indicate a time-stamp equal to when the page was requested. This always
                If the dynamic generation is generating something that's actually the
                same each time, then it should set an appropriate last-modified
                header.


                "XBitHack full" might be useful there, though with SSI the options are
                a bit limited.

                Most dynamic page-generation methods other than SSI let the author
                directly set the Last-Modified HTTP header (and also Cache-Control and
                Expires).
                Covers the how's and why's of Web caching for people who publish on the Web. With FAQs.


                --
                Chris

                Comment

                Working...