Since putting on a .htaccess file in a folder, every time I try to access any
page in that folder i get an
Internal Server Error, when looking in my logs it says:
<IfModule takes one argument, Container for directives based on existance of specified modules
my .htaccess has the following:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterCheckURLEncoding Off
</IfModule>
Can anyone tell me what I'm doing wrong?