Problems re-displaying HTML when back button is pressed
Posted: Mon Jun 09, 2003 6:54 am
I've posted this problem before and since then I've done some more research and got to the bottom of it but I still need a little help.
The Problem
Basically, when you access the internet via a proxy server sometimes your web pages are not correctly redisplayed when the back button is pressed (or you call history.back()).
Some PHP sites are better than others but if your using phpAdmin you will get this problem.
The solution
In advanced settings of IE uncheck the 'Use HTTP 1.1 through proxy server' and your pages will re-display OK.
Not the Answer
This is all well and good but you cant ask every user who goes through a proxy server to unset this.
If there is anybody out there who understand the HTTP 1.1 protocol to suggest an appropriate setting for the php header() function would be helpfull
The Problem
Basically, when you access the internet via a proxy server sometimes your web pages are not correctly redisplayed when the back button is pressed (or you call history.back()).
Some PHP sites are better than others but if your using phpAdmin you will get this problem.
The solution
In advanced settings of IE uncheck the 'Use HTTP 1.1 through proxy server' and your pages will re-display OK.
Not the Answer
This is all well and good but you cant ask every user who goes through a proxy server to unset this.
If there is anybody out there who understand the HTTP 1.1 protocol to suggest an appropriate setting for the php header() function would be helpfull