Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 38817 invoked from network); 5 May 2010 20:47:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 20:47:12 -0000 Received: (qmail 37337 invoked by uid 500); 5 May 2010 20:47:09 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 37221 invoked by uid 500); 5 May 2010 20:47:09 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 37213 invoked by uid 99); 5 May 2010 20:47:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 20:47:09 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=AWL,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.255.104.142] (HELO wltsmtpx02.ldhenergy.net) (216.255.104.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 20:47:02 +0000 To: users@httpd.apache.org MIME-Version: 1.0 X-KeepSent: 833D7400:94328ABD-8525771A:0071AA8D; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.0.1 February 07, 2008 Message-ID: From: John.C.Kennedy@LDHEnergy.com Date: Wed, 5 May 2010 16:46:34 -0400 X-MIMETrack: Serialize by Router on WLTSMTPX02/SERVER/LDHE(Release 8.0.2|August 07, 2008) at 05/05/2010 04:47:02 PM, Serialize complete at 05/05/2010 04:47:02 PM Content-Type: multipart/alternative; boundary="=_alternative 007221108525771A_=" Subject: [users@httpd] Redirect question --=_alternative 007221108525771A_= Content-Type: text/plain; charset="US-ASCII" 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 if I go to: http://application/application the correct page is displayed. I just can not seem to get http://application to go to the right place. I have tried to use Redirect: Redirect permanent / http://server/application but I then get: Firefox has detected that the server is redirecting the request for this address in a way that will never complete. What am I doing wrong? Thanks, John --=_alternative 007221108525771A_= Content-Type: text/html; charset="US-ASCII"
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 if I go to:
http://application/application
the correct page is displayed. I just can not seem to get
http://application
to go to the right place.

I have tried to use Redirect:
Redirect permanent / http://server/application
but I then get:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

What am I doing wrong?

Thanks,
John --=_alternative 007221108525771A_=--