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)
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.)