View Single Post
  #11  
Old 02-13-2011, 04:08 AM
jeckdenial jeckdenial is offline
Member
 
Join Date: Nov 2010
Posts: 21
Quote:
Originally Posted by NiteWave View Post
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.
yes thats working after doing so.

so what you suggest me to do now.
Reply With Quote