View Single Post
  #10  
Old 02-13-2011, 03:06 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,220
maybe rewrite cause a infinite loop or loop in a mod_security rule?

can disable all mod_security rules temporarily if it's the latter case.

for former case, in docroot .htaccess, put
rewriteengine off
in first line.

then access test.php again.
Reply With Quote