On Thu, Jul 16, 2009 at 12:57 PM, Jonathan
Zuckerman<j.zucker...@gmail.com> 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
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