Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 10066 invoked by uid 500); 15 Oct 2002 09:40:11 -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 10054 invoked from network); 15 Oct 2002 09:40:10 -0000 Received: from mux2.uit.no (129.242.5.252) by daedalus.apache.org with SMTP; 15 Oct 2002 09:40:10 -0000 Received: from victoria.ub.uit.no (victoria.ub.uit.no [129.242.170.254]) by mux2.uit.no (8.12.3/8.12.3/Mux) with ESMTP id g9F9eNvE091249 for ; Tue, 15 Oct 2002 11:40:23 +0200 (CEST) Received: from ubhs059.ub.uit.no (ubhs059.ub.uit.no [129.242.170.133]) by victoria.ub.uit.no (8.11.4/8.11.4) with ESMTP id g9F9iWK08371 for ; Tue, 15 Oct 2002 11:44:33 +0200 (MEST) Message-Id: <5.1.0.14.0.20021015105835.02215bc8@victoria.ub.uit.no> X-Sender: obi@victoria.ub.uit.no X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 15 Oct 2002 11:40:20 +0200 To: users@httpd.apache.org From: Obiajulu Odu Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: : ok X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / mimedefang) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Access based previous page visited info Hi, Most web clients will carry information about the previous page visited if the visited website is not using secure HTTP: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.36 Our webserver here is called Aweb (http://Aweb.no/), and we want only clients that have visited another website directory here called http://Bweb.no/visited/ to access a particular directory and its sub-directories in our website (http://Aweb/fromBweb/ ). This is how my httpd.conf looks like: # Allow browsers from Bweb.no/visited/ SetEnvIf Referer "^https://fBweb.no/visited/" local_referal Order Deny,Allow Deny from all Allow from env=local_referal The result is that browsers coming from Bweb.no/visited/ can access only ../fromBweb and not its subdirectories. How can I make it to access the sub-directories under fromBweb? We have an Apache 1.3 Web Server, Solaris 8. Thanks in advance - Obi --------------------------------------------------------------------- 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