Hi,
What is the correct syntax for Disabling Mod Security rules via .htaccess? The instructions (https://cpdemo.resellerspanel.com/he...uto_login=true) say:
However, after trial & error for hours, I found that the following seems to work:
Support are saying that the first one is the correct one, but I can not get it to work! Anyone else run into this?
What is the correct syntax for Disabling Mod Security rules via .htaccess? The instructions (https://cpdemo.resellerspanel.com/he...uto_login=true) say:
Code:
<IfModule ModSecurity2.c> SecRuleRemoveById <id> </IfModule>
Code:
<IfModule security2_module> SecRuleRemoveById <id> </IfModule>
Comment