473,385 Members | 1,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Website needs refresh to change

Don
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

May 15 '07 #1
7 3904
Gazing into my crystal ball I observed Don <do*********@yahoo.co.uk>
writing in news:11*********************@o5g2000hsb.googlegrou ps.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
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

May 15 '07 #2
Don
On 15 May, 15:17, Adrienne Boswell <arb...@yahoo.comwrote:
Gazing into my crystal ball I observed Don <donparis...@yahoo.co.uk>
writing innews:11*********************@o5g2000hsb.googlegr oups.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

May 15 '07 #3
Don scribed:
>On 15 May, 15:17, Adrienne Boswell <arb...@yahoo.comwrote:
>Gazing into my crystal ball I observed Don <donparis...@yahoo.co.uk>
writing innews:11*********************@o5g2000hsb.googlegr oups.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)
May 15 '07 #4
Don wrote:
Adrienne Boswell <arb...@yahoo.comwrote:
>Gazing into my crystal ball I observed Don <donparis...@yahoo.co.uk>
writing innews:11*********************@o5g2000hsb.googlegr oups.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.
http://k75s.home.att.net/tips.html#browsers

--
-bts
-Motorcycles defy gravity; cars just suck
May 15 '07 #5
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.

May 15 '07 #6
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.mozilla.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>
May 16 '07 #7
"David E. Ross" <no****@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.

http://httpd.apache.org/docs/2.0/mod....html#xbithack
"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).
http://www.mnot.net/cache_docs/#IMP-SCRIPT

--
Chris
May 16 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Toby Newman | last post by:
Hi, I run a community website (forum and wiki) that is updated perhaps once every 10 minutes by a user. My bandwidth usage is quite high because the 40 users generally sit there pressing F5...
2
by: VasantKumar Naidu | last post by:
Hi, I am making a new website. I have booked the server space and upload it frequently as and when I change something in my site. The problem is: I change something in my start.html file...
29
by: Vjay77 | last post by:
I have a timer which triggers AxWebBrowser1 every 5 minutes to visit one of my websites. What I find out later in my websites logs, was, that it really visited my website only for the first...
1
by: Angus Lepper | last post by:
I'm writing a stock ticker for a stock market simulation, and can load the data into the xmlreader in the first place, but can't figure out how to refresh/update the data in it. Any ideas? Code:...
6
by: Steve Mauldin | last post by:
I have three websites that were developed by using the same code in .net. They are all located under wwwroot on my desktop running windows 2000 pro.because Windows 2000 pro only supports a single...
11
by: saurabh | last post by:
Can anybody tell me how to change the value of an html control from the c#.... eg i hv one asp.net radio button control and one html hidden variable... so on page load in case the radio button is...
2
by: Lonifasiko | last post by:
My ASP.NET application's main page should change values on screen when some extern event occurs (a change in the state of a machine monitored by a .NET Remoting object). That is, this .NET Remoting...
19
by: cpnet | last post by:
I'm using VS2005, C#, ASP.NET 2.0. I'm trying to create a report using SQL Reporting Services (to be used in local mode so I don't have to deal with SQL Server). When I create a new report in my...
1
by: Jonathan Wood | last post by:
Okay, I've spent considerable time trying to figure out why I get random problems when browsing the images in the Personal Website Starter Kit. (Note: I found a number of these sites on the Web,...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.