I'm still having trouble with this one...
Could it be something outside of my virtualhost config affecting the behaviour
of Location?
-Original Message-
From: Mark Mcdonald
Sent: Wednesday, 7 May 2008 9:51 AM
To: 'users@httpd.apache.org'
Subject: RE: [EMAIL PROTECTED] U
Unsecuring a URL
On Tue, May 6, 2008 at 9:02 PM, Mark Mcdonald
<[EMAIL PROTECTED]> wrote:
> Allow from any
Allow from 'all'? 'any' is probably interpreted as a hostname.
--
Eric Covener
[EMAIL PROTECTED]
---
e /
-Original Message-
From: Eric Covener [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 6 May 2008 9:19 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Unsecuring a URL
On Tue, May 6, 2008 at 3:43 AM, Mark Mcdonald
<[EMAIL PROTECTED]> wrote:
> What I want to
Hey,
I have an apache2 setup running Drupal 4.7 (a CMS). Drupal uses the
mod_rewrite options below to run all requests through the top-level index.php
file, so that http://server/my/path executes /index.php?q=my/path.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d