View Single Post
  #2  
Old 03-29-2011, 10:42 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,390
LiteSpeed removes double (or more) slashes from URL internally before entering rewrite rules process. So there is no need for this. %

If you really want to use rewrite rules for this, use %{ORG_REQ_URI} instead of %{REQUEST_URI}.
Reply With Quote