Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 33251 invoked from network); 28 Jan 2006 21:17:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jan 2006 21:17:01 -0000 Received: (qmail 1646 invoked by uid 500); 28 Jan 2006 21:16:50 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 1635 invoked by uid 500); 28 Jan 2006 21:16:50 -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 1624 invoked by uid 99); 28 Jan 2006 21:16:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2006 13:16:50 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of leon.stringer@ntlworld.com designates 81.103.221.48 as permitted sender) Received: from [81.103.221.48] (HELO mta08-winn.ispmail.ntl.com) (81.103.221.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2006 13:16:50 -0800 Received: from aamta09-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20060128211628.BEAA8724.mta08-winn.ispmail.ntl.com@aamta09-winn.ispmail.ntl.com> for ; Sat, 28 Jan 2006 21:16:28 +0000 Received: from nww2.staffsamb.nhs.uk ([86.20.152.19]) by aamta09-winn.ispmail.ntl.com with ESMTP id <20060128211628.MEL1154.aamta09-winn.ispmail.ntl.com@nww2.staffsamb.nhs.uk> for ; Sat, 28 Jan 2006 21:16:28 +0000 From: Leon Stringer To: users@httpd.apache.org In-Reply-To: References: <1138480187.2591.14.camel@localhost.localdomain> Content-Type: text/plain Date: Sat, 28 Jan 2006 21:16:25 +0000 Message-Id: <1138482986.2591.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.5.4 (2.5.4-10) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] HTTP or HTTPS access based on subnet X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sat, 2006-01-28 at 15:34 -0500, Joshua Slive wrote: > > Order Deny,Allow > Deny from all > Allow from 192.168.0.0/24 > ErrorDocument 403 https://yoursite.example.com/ > > But people often use mod_rewrite for a task like this to gain more > precise controls over what URLs are redirected where. (For example, > if you wanted to make sure the specific path was carried over to the > other site, you would want to use mod_rewrite.) > > Joshua. > Thanks, I'll try that out. --------------------------------------------------------------------- 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