Re: [EMAIL PROTECTED] Redirecting limit for this URL exceeded.

2005-10-17 Thread Joshua Slive
On 10/17/05, Mukarram Syed <[EMAIL PROTECTED]> wrote: > Thanks Joshua for your response... > > Having difficulty with the ssl.conf file as well: > Redirecting https://pan.eci.mgn-us.net to > https://staging.esalton.com > > I have tried the following in my research... > Added the following lines to

Re: [EMAIL PROTECTED] Redirecting limit for this URL exceeded.

2005-10-17 Thread Joshua Slive
On 10/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > To test it, I browsed to docmo.com which is pointed to my nameservers, > ns1.cvfx.com and ns2.cvfx.com, but which has not been entered as a > virtualhost entry on this server. docmo.com does not resolve in DNS to an IP address. This has

Re: [EMAIL PROTECTED] Redirecting limit for this URL exceeded.

2005-10-17 Thread apache . org
Joshua, thanks a lot. I created an entry in that form and restarted Apache but, unfortunately, it doesn't seem to work. Here is what I exactly entered: --- ServerName cvfx.com Redirect / http://www.cvfx.com/ --- ... and the existing entry for cvfx is as follows: -

Re: [EMAIL PROTECTED] Redirecting limit for this URL exceeded.

2005-10-17 Thread Mukarram Syed
Thanks Joshua for your response... Having difficulty with the ssl.conf file as well: Redirecting https://pan.eci.mgn-us.net to https://staging.esalton.com I have tried the following in my research... Added the following lines to ssl.conf: RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ R

Re: [EMAIL PROTECTED] Redirecting limit for this URL exceeded.

2005-10-17 Thread Joshua Slive
On 10/17/05, Mukarram Syed <[EMAIL PROTECTED]> wrote: > > ServerName esalton.com > ServerAlias www.esalton.com > Redirect / http://www.esalton.com/ > This is our second redirect-loop question today. This is a redirection loop because the redirected URL hits the same Redirect as the original URL

[EMAIL PROTECTED] Redirecting limit for this URL exceeded.

2005-10-17 Thread Mukarram Syed
Hi, I am sure this question has been raised before, but I am not able to find an answer specific to my problem. On the Test box, in the httpd.conf file I am successfully able to do the following: ServerName pan.eci.mgn-us.net Redirect / http://staging.esalton.com/ This works. I can go to http