Re: Problem in URL redirect

2003-12-30 Thread Andr Malo
* Swapan Gupta [EMAIL PROTECTED] wrote: I am trying to use the function apr_table_setn for redirecting to a URL. The following is the function call that I am using. apr_table_setn( m_pReqRec-headers_out, (const char *)Location, apr_pstrdup(m_pReqRec-pool, URL )); But somehow I am not

Re: Problem in URL redirect

2003-12-30 Thread amit athavale
But somehow I am not properly getting redirected. What I am getting is a blank page instead of the page I am trying to redirect to. Any ideas why this could be happening? Do I need to do a configuration setting for this redirect to function properly or is there something wrong with the way

Re: Problem in URL redirect

2003-12-30 Thread Eduardo Franco
amit athavale wrote: But somehow I am not properly getting redirected. What I am getting is a blank page instead of the page I am trying to redirect to. Any ideas why this could be happening? Do I need to do a configuration setting for this redirect to function properly or is there something wrong

Re: Problem in URL redirect

2003-12-30 Thread Andr Malo
* Eduardo Franco [EMAIL PROTECTED] wrote: amit athavale wrote: But somehow I am not properly getting redirected. What I am getting is ablank page instead of the page I am trying to redirect to. Any ideas why this could be happening? Do I need to do a configuration setting for this redirect

RE: Problem in URL redirect

2003-12-30 Thread Swapan Gupta
Thanks. The problem is resolved. The response status was not set properly. -Original Message- From: André Malo [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 5:03 PM To: [EMAIL PROTECTED] Subject: Re: Problem in URL redirect * Eduardo Franco [EMAIL PROTECTED] wrote: amit

Re: Problem in URL redirect

2003-12-30 Thread amit athavale
But somehow I am not properly getting redirected. What I am getting is ablank page instead of the page I am trying to redirect to. Any ideas why this could be happening? Do I need to do a configuration setting for this redirect to function properly or is there something wrong with the way

Problem in URL redirect

2003-12-29 Thread Swapan Gupta
Hi, I am trying to use the function apr_table_setn for redirecting to a URL. The following is the function call that I am using. apr_table_setn( m_pReqRec-headers_out, (const char *)Location, apr_pstrdup(m_pReqRec-pool, URL )); But somehow I am not properly getting redirected. What I am

Problem in URL redirect

2003-12-24 Thread Swapan Gupta
Hi, I am trying to use the function apr_table_setn for redirecting to a URL. The following is the function call that I am using. apr_table_setn( m_pReqRec-headers_out, (const char *)Location, apr_pstrdup(m_pReqRec-pool, URL )); But somehow I am not properly getting redirected. What I am

Problem in URL redirect

2003-12-24 Thread Swapan Gupta
Hi, I am trying to use the function apr_table_setn for redirecting to a URL. The following is the function call that I am using. apr_table_setn( m_pReqRec-headers_out, (const char *)Location, apr_pstrdup(m_pReqRec-pool, URL )); But somehow I am not properly getting redirected. What I am