04/08/2011, 09:07
|
| | Fecha de Ingreso: septiembre-2010 Ubicación: Valencia
Mensajes: 781
Antigüedad: 14 años, 1 mes Puntos: 39 | |
Respuesta: Problemas con hosting en form <iframe> Hola
¿Que te cobran por desactivarte el mod-segurity? Ya sea por la directiva id o el mod-seguryty entero?
debes crear un archivo vhosts.conf y subirlo a la carpeta conf de su alojamiento (posiblemente No tengas permisos y no lo puedas hacer, te lo debería hacer ellos )que contenga:
<LocationMatch .*>
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
</LocationMatch>
Para desactivarlo del todo
O
<LocationMatch .*>
<IfModule mod_security2.c>
SecRuleRemoveById 340147
</IfModule>
</LocationMatch> |