You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Werner Schalk <we...@gmx.de> on 2002/07/31 15:20:34 UTC

mod_rewrite - difference between LA-F and LA-U

Hello,

what is exactly the difference
between %{LA-U:variable} and
%{LA-F:variable}? I mean I have
found out the first one makes
a internal sub-request which
is URL-based, the second one 
makes a filename-based one.
What does this exactly mean?

Thanks and bye,
Werner


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: mod_rewrite - difference between LA-F and LA-U

Posted by Jan Gruber <Ja...@pollux.primacom.net>.
Hi, Werner && List !

> the first one makes
> a internal sub-request which
> is URL-based,

request is submitted as http://some.web.server/some/dir/som_file

> the second one
> makes a filename-based one.

request is passed internally  as
 usr/local/webserver/doc_root/some/dir/som_file

In this case the request is passed directly to the next processing stage in 
apache.
-- 
cat /dev/world | perl -e "while (<>) {(/(^.*? \?) 42 \!/) && (print $1)}"
errors->(c)
- 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org