| View previous topic :: View next topic |
| Author |
Message |
eltonfranca
Joined: 14 Sep 2008 Posts: 5
|
Posted: Sep 24, 2008 11:14 am Post subject: Solution of the problem? |
|
|
I talked with the support of my server and they said they already disabled the nod_security2 passing me add the following line to get the file .htaccess:
<IfModule mod_security.c>
SecFilterEngine Off
</IfModule>
This correct? |
|
| Back to top |
|
 |
admin Site Admin
Joined: 22 Mar 2006 Posts: 566
|
Posted: Sep 24, 2008 11:21 am Post subject: Re: Solution of the problem? |
|
|
| eltonfranca wrote: | I talked with the support of my server and they said they already disabled the nod_security2 passing me add the following line to get the file .htaccess:
<IfModule mod_security.c>
SecFilterEngine Off
</IfModule>
This correct? |
No,
mod_security2 should be turned off in apache config (htttpd.conf or apache.conf) by commenting line starting with "LoadModule". |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1941 Location: UFO Lab
|
Posted: Sep 25, 2008 5:56 am Post subject: |
|
|
| Sometimes it's enough to disable in .htaccess, but disabling in apache config will help for sure. |
|
| Back to top |
|
 |
|