View Single Post
  #2  
Old 06-30-2012, 08:49 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,227
please check .htaccess, if there is line like
RewriteRule . what-ever-string [L,...

then change to
RewriteRule .* what-ever-string [L,...

to see if any difference.

probably one of the causes, need test and feedback from real word websites.
Reply With Quote