Re: [us...@httpd] Redirect question

2010-05-07 Thread John . C . Kennedy
Igor Cicimov wrote on 05/07/2010 01:39:59 AM: > Igor Cicimov > 05/07/2010 01:39 AM > > Please respond to > users@httpd.apache.org > > To > > users@httpd.apache.org > > cc > > Subject > > Re: [us...@httpd] Redirect question > > Another possible solution I can think of: > > NameVirtualHos

Re: [us...@httpd] Redirect question

2010-05-06 Thread John . C . Kennedy
> > I get the same looping result. (I shortened application to app because > I am too lazy to type all that!): > The requested URL > /appappappappappappappappappappappappappappappappappappappappapp was > not found on this server. Did you remove any other Redirect rules in your VirtualHost conta

Re: [us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
- Original Message - > From: john.c.kenn...@ldhenergy.com > Date: Wed, 5 May 2010 16:46:34 -0400 > Subject: [us...@httpd] Redirect question > To: users@httpd.apache.org > > > My user wants me to set up so that > http://application > will redirect to: > http://server/a

Re: [us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
At 16:46 -0400 5/5/10, john.c.kenn...@ldhenergy.com wrote: I have an application running on a server at: http://server/application My user wants me to set up so that http://application will redirect to: http://server/application I have DNS set up and now if I go to: http://application/application

RE: [us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
Priya, I tried: Redirect permanent /index.jsp http://server/app/index.jsp and definitely got the loop you are referring to. The URL came out as: http://server/appappappappappappappappappappappappappappapp I also tried the following with the same result: Redirect permanent / http://server/app/inde

[us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
I have checked the archives since I am sure this has been asked before but can not find an answer. I have an application running on a server at: http://server/application My user wants me to set up so that http://application will redirect to: http://server/application I have DNS set up and now