Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 80022 invoked from network); 25 Nov 2009 18:16:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Nov 2009 18:16:25 -0000 Received: (qmail 61640 invoked by uid 500); 25 Nov 2009 18:16:21 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 61588 invoked by uid 500); 25 Nov 2009 18:16:21 -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 61577 invoked by uid 99); 25 Nov 2009 18:16:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 18:16:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kremels@kreme.com designates 75.148.117.93 as permitted sender) Received: from [75.148.117.93] (HELO mail.covisp.net) (75.148.117.93) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 18:16:12 +0000 Received: from [10.1.10.13] (c-71-229-189-229.hsd1.co.comcast.net [71.229.189.229]) by mail.covisp.net (Postfix) with ESMTP id 9F038118B776 for ; Wed, 25 Nov 2009 11:15:51 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) From: LuKreme In-Reply-To: <4479C89F-E8F1-428B-8FC6-0A79572E14DE@kreme.com> Date: Wed, 25 Nov 2009 11:15:51 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <0AAA9FF9-EE03-407F-9BFC-4CE325AF985A@kreme.com> References: <4479C89F-E8F1-428B-8FC6-0A79572E14DE@kreme.com> To: users@httpd.apache.org X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Re: webdav and permissions [Solved] On 23-Nov-2009, at 18:10, LuKreme wrote: > < > RewriteEngine On > RewriteBase / > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteRule . /index.php [L] > RewriteRule ^u/([0-9]+)$ = wp-content/plugins/short-url-plugin/u.php?$1|$2 > I modified the htaccess file hoping I could eliminate the webdav issue. = My webdav mount is webdav.example.com, so I did this: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{HTTP_HOST} !^webdav RewriteRule . /index.php [L] RewriteRule ^u/([0-9]+)$ wp-content/plugins/short-url-plugin/u.php?$1|$2 That has fixed the problem and it is now possible to access the entire = web space via wedbav. --=20 I WILL NOT BRIBE PRINCIPAL SKINNER Bart chalkboard Ep. 8F03 --------------------------------------------------------------------- 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