View Single Post
  #3  
Old 07-08-2012, 07:31 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
hi, I did test,

for included rules,
<IfModule mod_litespeed.c>
# litespeed stuff here
</IfModule>

working in litespeed and ignored by apache, so yours just ok.

also tested, following OK too:
<IfModule litespeed>
# litespeed stuff here
</IfModule>
Reply With Quote