Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 51977 invoked from network); 9 Nov 2004 15:12:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Nov 2004 15:12:33 -0000 Received: (qmail 52534 invoked by uid 500); 9 Nov 2004 15:12:01 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 52475 invoked by uid 500); 9 Nov 2004 15:12:00 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 52433 invoked by uid 99); 9 Nov 2004 15:11:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [67.64.138.253] (HELO idun.xtria.com) (67.64.138.253) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 09 Nov 2004 07:11:58 -0800 Received: from corp02.corp.xtria.com (corp-4.xtria.com [172.20.1.4] (may be forged)) by idun.xtria.com (8.13.1/8.13.1/Debian-16) with ESMTP id iA9FBrU5019498 for ; Tue, 9 Nov 2004 09:11:55 -0600 Received: from va02.va.corp.xtria.com ([172.20.8.4]) by corp02.corp.xtria.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 9 Nov 2004 09:11:54 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 9 Nov 2004 10:13:15 -0500 Message-ID: <225735BE378BA7489D57D942F109AF698378CD@va02.va.corp.xtria.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: URL redirection Thread-Index: AcTGbnFpcHJc7wX6TCitu0vqup5i3g== From: "Warron French" To: "Users Apache (E-mail)" X-OriginalArrivalTime: 09 Nov 2004 15:11:54.0776 (UTC) FILETIME=[72CA0180:01C4C66E] X-Scanned-By: MIMEDefang 2.45 X-Virus-Checked: Checked Subject: [users@httpd] URL redirection X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Can someone please help me with this issue? I have these 4 sites: http://www.hsmts.com http://www.hsmts.net http://hsmts.com http://hsmts.net the shortened names are ServerAlias(ed) in the httpd.conf file to the = longer names. I HAVE defined unique VirtualHost containers for the websites as = appropriate like this=3D=3D ServerName www.hsmts.com ServerAlias hsmts.com DocumentRoot /home/hsmts/public_html etc.... I created a similar container for the VirtualHost directive for the = hsmts.net site and the DocumentRoot IS THE SAME for both VirtualHost. What I need to know is how do I get the 4 above URLs to redirect to = https://www.hsmts.net CAN I use are Redirect statement like the following and do I enter that = same Redirect statement into both VirtualHost containers? Redirect http://www.hsmts.com (or .net to do the other VirtualHost) = https://www.hsmts.net To make this more clean without the comment in between=3D=3D Redirect http://www.hsmts.com https://www.hsmts.net A little tidbit that may be helpful, I do have an index.htm file in the = home directory for these sites, remember... all four sites are aliased = in pairs and they all 4 share the same home directory. I just would simply like to know if the syntax is correct and IF SO, do = I enter it in both VirtualHost containers? Thanks in advance, Warron French Sr. Network Engineer Xtria, LLC --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org