On Thu, Jul 16, 2009 at 12:57 PM, Jonathan
Zuckerman<[email protected]> wrote:

> Eric, I've wondered about the L flag in htaccess and often considered
> it a bug that it does not work as it does outside of htaccess, I've
> searched the documentation but this is sort of an esoteric thing to
> think up a keyword for so pardon me if this is explained there, but
> why does the L flag not work (or work differently) in .htaccess?

In htaccess, the request has already been mapped to a file, so after
any change the entire request is re-processed (apache-wise, not just
rewrite-wise).

In this context, L just stops the current request from being
processed, not the request used to re-insert the request into the
Apache processing.

-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to