LawsHosting
Verified User
This new rule is affecting this tbl_alter.php file
so I thought I'd put this in .htaccess file
however, I get a
and a
if I remove the <LocationMatch> tags. Even tried putting them in the httpd.conf, same outcome.
I'm kind of stumped. Any insight?
Code:
SecRule TX:/^PM_SQLI_DATA_*/ "\bnvarchar\b"
Code:
<IfModule mod_security2.c>
<LocationMatch "/path_to_phpmyadmin/tbl_change.php">
SecRuleRemoveById 959050
</LocationMatch>
<LocationMatch "/path_to_phpmyadmin/sql.php">
SecRuleRemoveById 959050
</LocationMatch>
<LocationMatch "/path_to_phpmyadmin/tbl_alter.php">
SecRuleRemoveById 959050
</LocationMatch>
</IfModule>
Code:
/var/www/html/.htaccess: <LocationMatch not allowed here
Code:
/var/www/html/.htaccess: SecRuleRemoveById not allowed here
I'm kind of stumped. Any insight?