On Mon, Feb 8, 2010 at 8:23 AM, Edgar Frank <ef-li...@email.de> wrote:
> The problem I have is, that Apache complains that /www/index.php
> is not found - which is absolutely right, as index.php only
> exists in the webspace and not in the filesystem. But I would
> expect Apache to consider the Location section instead and not
> to try URL-to-file-mapping.
>

Apache only complains when no handler steps up to generate a response
for the URL, and the default/core static-file handler kicks into gear.

Your <Location> doens't match the result of your rewrite. Perhaps
you're missing RewriteBase or using a "relative" string for your
substitution, or not using the 'PT' flag for your rules if they're in
<virtualhost> context.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to