Forum Moderators: phranque

Message Too Old, No Replies

F,L flags

         

wilderness

2:53 pm on Aug 24, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I've two very old rewites (denys) that are refer based.

Both close with :

RewriteRule .* - [F,L]

I relaize the F & L are redundant, however I wish to confirm that the L should be eliminated ?

lucy24

6:37 pm on Aug 24, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The [L] is unnecessary but will do no harm.

The [L] flag is implied with, among others, [G] and [F] (but not [R]). It is also implied any time you need a less common response header so you say "R=some-number-not-starting-in-3". (This is in the mod_rewrite docs somewhere.)