Advertisement
evilqubit

htaccess to remove security

Jun 8th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. remove server security with htaccess
  2. <IfModule mod_security.c>
  3. # Turn the filtering engine On or Off
  4. SecFilterEngine Off
  5. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement