Dumb HTML Question $5 Paypal

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dailydiapers
    Confirmed User
    • Oct 2003
    • 1080

    #1

    Dumb HTML Question $5 Paypal

    I'm drawing a blank (damn WYSIWYG editor's have made me stupid)

    What's the code to force browsers to request the latest version of a page?

    Ever since I took the frames out of my site I am getting "Why haven't you updated your site" complaints when I have, so people are getting cached versions.

    $5 paypal to the first person with the right answer
    Mike
    http://www.dailydiapers.com/
  • jmcb420
    So Fucking Drunk
    • Oct 2006
    • 2155

    #2
    I have never heard of or experienced anything like that. When I update my pages, everyone sees the updated version.

    Is it possible you are making an error in uploading to your server?

    And who is your host?
    Last edited by jmcb420; 01-31-2009, 04:25 PM.
    I'm funner than AIDS, and easier to explain to your parents.

    Comment

    • drocd
      Confirmed User
      • Aug 2007
      • 128

      #3
      I think this link may help you:

      http://www.i18nguy.com/markup/metatags.html

      * pay attention to the cache related meta tags
      230-699

      Comment

      • Dailydiapers
        Confirmed User
        • Oct 2003
        • 1080

        #4
        Originally posted by drocd
        I think this link may help you:

        http://www.i18nguy.com/markup/metatags.html

        * pay attention to the cache related meta tags
        That's close, but even they reccomend using the HTML cache controls over Meta
        Mike
        http://www.dailydiapers.com/

        Comment

        • Killswitch - BANNED FOR LIFE

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

          Comment

          • Dailydiapers
            Confirmed User
            • Oct 2003
            • 1080

            #6
            Originally posted by jmcb420
            I have never heard of or experienced anything like that. When I update my pages, everyone sees the updated version.

            Is it possible you are making an error in uploading to your server?

            And who is your host?
            Uploading correctly and most see the updates, but some get the outdated versions. I suspect they are dialup users and others using the speed boosters that just load cached pages to make it seem faster.

            Host is way3 - dedicated server with them and HIGHLY reccomend them. Service and support have been great.
            Mike
            http://www.dailydiapers.com/

            Comment

            • drocd
              Confirmed User
              • Aug 2007
              • 128

              #7
              Originally posted by Dailydiapers
              That's close, but even they reccomend using the HTML cache controls over Meta
              I'm sorry but you said HTML tags. That's what I provided. I think you are talking about HTTP controls, which would be sent in the header of the document (not HTML). In that case, it would depend on your site and how you want to implement it.

              PHP:
              http://letmegooglethatforyou.com/?q=php+cache+control

              ASP:
              http://letmegooglethatforyou.com/?q=php+cache+control

              htaccess:
              http://letmegooglethatforyou.com/?q=...+cache+control

              Hope that helps.
              230-699

              Comment

              • jmcb420
                So Fucking Drunk
                • Oct 2006
                • 2155

                #8
                Originally posted by Dailydiapers
                Uploading correctly and most see the updates, but some get the outdated versions. I suspect they are dialup users and others using the speed boosters that just load cached pages to make it seem faster.

                Host is way3 - dedicated server with them and HIGHLY reccomend them. Service and support have been great.
                you might be right about the dial-ups, I really dont know.

                The code KillSwitch posted looks promising, though. I figured if there was a code for it, it would be a META code/command. Might work for you.
                I'm funner than AIDS, and easier to explain to your parents.

                Comment

                • StuartD
                  Sofa King Band
                  • Jul 2002
                  • 29903

                  #9
                  Originally posted by Dailydiapers
                  Uploading correctly and most see the updates, but some get the outdated versions. I suspect they are dialup users and others using the speed boosters that just load cached pages to make it seem faster.

                  Host is way3 - dedicated server with them and HIGHLY reccomend them. Service and support have been great.
                  Speed boosters and even some dial up providers cache the pages themselves... which means that it doesn't matter what you put on your page, the end user will see what's on the booster or dial up server, not on yours.
                  This is me on facebook
                  This is me on twitter

                  Comment

                  • JamesK
                    hi
                    • Jun 2002
                    • 16731

                    #10
                    Originally posted by StuartD
                    Speed boosters and even some dial up providers cache the pages themselves... which means that it doesn't matter what you put on your page, the end user will see what's on the booster or dial up server, not on yours.
                    That's what I was thinking
                    M3Server - NATS Hosting

                    Comment

                    Working...