Tom Haskins-Vaughan wrote:
> a. what this line does (RewriteRule .* - [L])?
>   
'last|L' (last rule)
 Stop the rewriting process here and don't apply any more rewriting 
rules. This corresponds to the Perl last command or the break command 
from the C language. Use this flag to prevent the currently rewritten 
URL from being rewritten further by following rules. For example, use it 
to rewrite the root-path URL ('/') to a real one, e.g., '/e/www/'.

> b. will it cause problems if I remove it?
>
>   
Not sure  without looking at the whole ruleset

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to