Re: Problems with IE5

2000-02-08 Thread Greg
- Original Message - From: Bill Moseley <[EMAIL PROTECTED]> To: al <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 09, 2000 4:40 AM Subject: Re: Problems with IE5 > > Try sending more text to IE. It generates its own page if the server send

Re: Problems with IE5

2000-02-08 Thread Bill Moseley
At 12:26 PM 02/08/00 +, al wrote: >The problem is this: when the line 'HTTP/1.1 403 Forbidden' is sent in >the header to IE5, THAT browser thinks its a really neat idea to produce >its own document from somewhere on a local Windows machine, instead of >the one which I have prepared for it. End

Re: Problems with IE5

2000-02-08 Thread Eugene Miretskiy
I experienced similar problems with IE5. Try producing redirect instruction instead (HTTP/1.1 301), or even '200 OK' code with redirection done either via javascript or meta refresh tag. al wrote: > > Hi, > > I am currently running a website which has a user loign module which > works as fol