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 BEC6B10260 for ; Sat, 4 Jan 2014 23:11:18 +0000 (UTC) Received: (qmail 17077 invoked by uid 500); 4 Jan 2014 23:11:15 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 17023 invoked by uid 500); 4 Jan 2014 23:11:15 -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 17015 invoked by uid 99); 4 Jan 2014 23:11:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jan 2014 23:11:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ufaria@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jan 2014 23:11:09 +0000 Received: by mail-we0-f172.google.com with SMTP id p61so14849798wes.3 for ; Sat, 04 Jan 2014 15:10:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:content-type:message-id:date:to :content-transfer-encoding:mime-version; bh=0EEIAcywSQeRAzFQfNuhs4lpOaM81NaI7IqXRj8ZMN0=; b=ejVtbPCMe9kR06aTQ8KhXYTu1Vi4ehEm7CqgEWzWQFU0v/e8sa5lpEBrzZa/5Sof+b Unudm5XwEIpJ+jGGfoJign8LGOPmXmOuLkAUkRecKrR5wuAbZW2YUYt9AqQhp5CcVtyP 3vE7ukHDxNLvG0o6bRhp4eDszRXVzIZlYJEA9FluhbXolSfBN3IvkwBhAEC9PoK0Fiat b4z9Hk261qtKYJXIllzz+h2s7C9i+X9i/4tmEU5EjnAbbh9iYoTSnalZafaJyc+Au1AO y/8YwFOvDAJVLnHrnmw8sL0OYdzumVZQNslWrieORtwE2N+VfGx6vrGs0Xv1Jux81gL+ DkpQ== X-Received: by 10.180.108.240 with SMTP id hn16mr6807688wib.5.1388877048151; Sat, 04 Jan 2014 15:10:48 -0800 (PST) Received: from [10.95.231.173] (236.Red-176-83-35.dynamicIP.rima-tde.net. [176.83.35.236]) by mx.google.com with ESMTPSA id po3sm38864777wjc.3.2014.01.04.15.10.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 04 Jan 2014 15:10:46 -0800 (PST) From: uxio faria Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (11B511) Message-Id: <070CE02C-72F7-4494-A2EE-E1C36C53EEDF@gmail.com> Date: Sun, 5 Jan 2014 00:10:52 +0100 To: "users@httpd.apache.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] rewrite test through alias hello, i need to test existence of files through alias but RewriteCond -f -F= or -U doesn't work. Alias /test /tmp/test RewriteCond %{RESQUEST_URI} -F RewriteRule .* /tmp/test.html this example does not work for /test/* uri someone can help me? -uxio- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org