RE: Wierd problem with redirect

2000-06-01 Thread Doug MacEachern
On Wed, 31 May 2000, Jeffrey W. Baker wrote: On Tue, 30 May 2000, Jerrad Pierce wrote: I'm running into an odd redirect ptoblem myself, I'm issuing: HTTP/1.1 302 Moved Temporarily\n\r Date: Tue 30 May 2000 18:18:07 GMT\n\r Server: Apache/1.311\n\r Set-Cookie:

Fw: Re: Wierd problem with redirect

2000-05-31 Thread serg gajdajchuk
-Original Message- From: Eric Cholet [EMAIL PROTECTED] To: ___cliff rayman___ [EMAIL PROTECTED] Date: Tue, 30 May 2000 23:57:13 +0200 Subject: Re: Wierd problem with redirect On Tue, May 30, 2000 at 02:30:36PM -0700, ___cliff rayman___ wrote: actually \n\r\ is really how

RE: Wierd problem with redirect

2000-05-31 Thread Jeffrey W. Baker
On Tue, 30 May 2000, Jerrad Pierce wrote: I'm running into an odd redirect ptoblem myself, I'm issuing: HTTP/1.1 302 Moved Temporarily\n\r Date: Tue 30 May 2000 18:18:07 GMT\n\r Server: Apache/1.311\n\r Set-Cookie: SESSION_ID=4177a0c9ae2b278decd6038901b28a2a; path=/; expires=Thu,

RE: Wierd problem with redirect

2000-05-30 Thread Jerrad Pierce
I'm running into an odd redirect ptoblem myself, I'm issuing: HTTP/1.1 302 Moved Temporarily\n\r Date: Tue 30 May 2000 18:18:07 GMT\n\r Server: Apache/1.311\n\r Set-Cookie: SESSION_ID=4177a0c9ae2b278decd6038901b28a2a; path=/; expires=Thu, 1-Jan-70 00:20:00 GMT;\n\r Location: /\n\r And the

RE: Wierd problem with redirect

2000-05-30 Thread Wim Kerkhoff
On 30-May-2000 Jerrad Pierce wrote: I'm running into an odd redirect ptoblem myself, I'm issuing: HTTP/1.1 302 Moved Temporarily\n\r Date: Tue 30 May 2000 18:18:07 GMT\n\r Server: Apache/1.311\n\r Set-Cookie: SESSION_ID=4177a0c9ae2b278decd6038901b28a2a; path=/; expires=Thu, 1-Jan-70

Re: Wierd problem with redirect

2000-05-30 Thread ___cliff rayman___
actually \n\r\ is really how it is supposed to be. i am sure you will find it in the RFC's. most browsers seem to be okay with \n's only. -- ___cliff [EMAIL PROTECTED] Wim Kerkhoff wrote: On 30-May-2000 Jerrad Pierce wrote: I'm running into an odd redirect ptoblem myself, I'm issuing:

RE: Wierd problem with redirect

2000-05-30 Thread Jerrad Pierce
\ | __|_ _| /||/ http://pthbb.org . | _| | \|| _.-~-._.-~-._.-~-._@" _|\_|___|___| -Original Message- From: ___cliff rayman___ [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 17:31 To: Wim Kerkhoff; [EMAIL PROTECTED] Subject: Re:

Re: Wierd problem with redirect

2000-05-30 Thread Eric Cholet
On Tue, May 30, 2000 at 02:30:36PM -0700, ___cliff rayman___ wrote: actually \n\r\ is really how it is supposed to be. i am sure you will find it in the RFC's. most browsers seem to be okay with \n's only. Actually it's \r\n, unless you're on a Mac :-) -- Eric Cholet

RE: Wierd problem with redirect

2000-05-30 Thread Robin Berjon
At 17:31 30/05/2000 -0400, Jerrad Pierce wrote: Yeah, and I got it towork, turns out I needed an absolute path too. I saw that answer but since the reasn that was given is because it's in Apache, it didn't seem to apply. I guess the real reason is brower's are just too brain dead to handle it...

RE: Wierd problem with redirect

2000-05-26 Thread Gerald Richter
Hello, print "Content-type: text/html\n\n"; print "HTMLHEAD"; print "META HTTP-EQUIV=\"Set-Cookie\" CONTENT=\"visirotid=$visitorid; path=/ ; domain=www.trichurgateway.com;\""; print "/HEADBODY/BODY/HTML\n"; Immediately after this, Iam trying the recirect. print

Re: Wierd problem with redirect

2000-05-26 Thread Vijay
e page it is showing. Thanks for the helps Vijay Nair - Original Message - From: "Gerald Richter" [EMAIL PROTECTED] To: "Vijay" [EMAIL PROTECTED]; "Modperl Mailing List" [EMAIL PROTECTED] Sent: Friday, May 26, 2000 3:05 AM Subject: RE: Wierd problem with re

Re: Wierd problem with redirect

2000-05-26 Thread Vijay
ED] Sent: Friday, May 26, 2000 10:58 AM Subject: Re: Wierd problem with redirect Hello, Thanks for the suggestion. However, I have a problem still left out. The redirection is loading the redirected page properly. But, it still shows the URL as the same from where it is redirected. As bel

Re: Wierd problem with redirect

2000-05-26 Thread Drew Taylor
quot; [EMAIL PROTECTED] Sent: Friday, May 26, 2000 10:58 AM Subject: Re: Wierd problem with redirect Hello, Thanks for the suggestion. However, I have a problem still left out. The redirection is loading the redirected page properly. But, it still shows the URL as the sa