View Single Post
  #8  
Old 02-02-2013, 09:02 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
it looks like %(ENV:REDIRECT_STATUS} in rewriterule is an undocumented feature in apache. if so, not recommend to use it.

http://httpd.apache.org/docs/current...d_rewrite.html
apache 2.3.9, introduced a new rewrite flag "END"
Quote:
Stop the rewriting process immediately and don't apply any more rules. Also prevents further execution of rewrite rules in per-directory and .htaccess context. (Available in 2.3.9 and later)
looks it acts exactly as litespeed's "LAST" or "L" flag.
Reply With Quote