Hi all,

I'm trying out sfCombineFilterPlugin and I noticed that the
documentation proposes two lines to be inserted into .htaccess. The
lines are

  RewriteRule ^css/packed/(.*\.css) /sfCombineFilterPlugin/combine.php?
type=css&files=$1
  RewriteRule ^js/packed/(.*\.js) /sfCombineFilterPlugin/combine.php?
type=javascript&files=$1

My question is whether the [L] flag is needed on these lines.  Should
they in fact read as follows?

  RewriteRule ^css/packed/(.*\.css) /sfCombineFilterPlugin/combine.php?
type=css&files=$1  [L]
  RewriteRule ^js/packed/(.*\.js) /sfCombineFilterPlugin/combine.php?
type=javascript&files=$1  [L]

If so, I'll create a new Trac ticket.

Rick

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

Reply via email to