Jacek Balcerski wrote:> I have strange problem. When i view my Rails project using Internet
> Explorer
> everything seams to be just fine but sometimes when I use explorer prev
> or next button
> it gives me right address in address bar but page is missing (error -
> page missing).
> If i refresh such a page it works. It happends only with ie. I
haven''t
> diagnoze it very
> carefully but I think it is somehow connected to ie cache or fcgi
> headers maybe ?
> Anyone else have such a problem?
Haven''t seen this. Check your Apache log; IE sends GET requests with
the
"If-Modified-Since" header to determine if a page has been modified.
Apache should normally respond with 200 or 304 (Not Modified).
If Apache is logging 404 (Not Found) instead, something is wrong, and
you should trace the HTTP connection using a proxy or similar tool and
find a way to reproduce it consistently.
Alexander.