Results 1 to 3 of 3

Thread: Publishing Probem
      
   

  1. #1
    pmoose316 is offline Private
    Join Date
    Jul 2009
    Posts
    2

    Default Publishing Probem

    Hi. I'm not sure what is going on, but I have updated and published my website many times. When updating the site yesterday, I went to publish it and it said it was successfully published, yet none of the changes went through. I've tried repeatedly with the same result. I checked that all the pages were named correctly and I can't figure out why this is happening. My website is www.droppintrou.net
    Thanks!

  2. #2
    ahimsa's Avatar
    ahimsa is offline Major General
    Join Date
    Jan 2009
    Location
    in the now :)
    Posts
    2,172

    Default Re: Publishing Probem

    Most of the time this is a "caching" problem...if so, 2 popular solutions:
    1. Click F5 many, many, many times!
    2. Right click on an empty part of your page
    Open "Page HTML"
    Click on "Between Head Tag"
    Insert the following code EXACTLY as follows

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

    hope that helps,
    david
    Never measure the height of the mountain you're climbing. At the summit, look back and see how small it really is!

  3. #3
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Publishing Probem

    Wouldn't recommend the <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> tag unless you have a site that is been updated several times a day (Like news sites). You will also need very fast loading pages of around 100-200kb to use this tag. Your page is at 8600kb & is far to large for a web page due mainly to your images, & what this means is a new visitor has to down load 8600kb every time they go to the page.

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