Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 589179F84 for ; Sun, 20 Nov 2011 16:15:07 +0000 (UTC) Received: (qmail 36295 invoked by uid 500); 20 Nov 2011 16:15:04 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 36254 invoked by uid 500); 20 Nov 2011 16:15:04 -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 36246 invoked by uid 99); 20 Nov 2011 16:15:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Nov 2011 16:15:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dave.mehler@gmail.com designates 209.85.161.45 as permitted sender) Received: from [209.85.161.45] (HELO mail-fx0-f45.google.com) (209.85.161.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Nov 2011 16:14:56 +0000 Received: by faas14 with SMTP id s14so7371615faa.18 for ; Sun, 20 Nov 2011 08:14:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=VJiqCw0vjYs4BVkq8aNMKw+Jl4gGCxv0COwpTarXODo=; b=rUUjvKQWrmk7yA6p7BtrRcgJMgZeQj1SeguYGG7uDE8zQtvy7nl5vSY6IWESxA3Adl GOMwqyGpir8YNyHcxodvUez4Ca492YZmjxXedRbd7S7P3XIZL0c1OA3hzHPpL+/IuJOR KR0Lq6DfGe1XChjZMO2+9yCjqkPBJN5WTntDo= MIME-Version: 1.0 Received: by 10.152.135.166 with SMTP id pt6mr6926537lab.26.1321805675642; Sun, 20 Nov 2011 08:14:35 -0800 (PST) Received: by 10.152.40.234 with HTTP; Sun, 20 Nov 2011 08:14:35 -0800 (PST) Date: Sun, 20 Nov 2011 11:14:35 -0500 Message-ID: From: David Mehler To: users Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] rewrite question Hello, I've got a rewrite question. I'm running webmail on webmail.example.com and I've got that secured by ssl. If I go to: https://webmail.example.com it works. But as a user if they go to either of: http://webmail.example.com or just: webmail.example.com without the protocol it doesn't. I'd like to have a rewrite setup so that those last two situations are dealt with. Ideally if the user types in the full path and protocol or just webmail.example.com they're redirected to the ssl-encrypted page. Thanks. Dave. --------------------------------------------------------------------- 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