Mod_Security Changes causing havoc with many extensions - Joomla! Forum - community, help and support
mods move if wanted appropriate form!
cpanel has released patch versions. result mod_security has been changed. causing many issues saving instance.
if run saving issues on site or internal server errors can 2 things: either contact host , tell them change rule set id no. 300016 or if allow (just test) add .htacces file:
for run mod_security 2.c
<ifmodule mod_security2.c>
<locationmatch “/index.php“>
secruleremovebyid300016
</locationmatch>
</ifmodule>
for run mod_security 1
<ifmodule mod_security2.c>
<locationmatch “/index.php“>
secruleremovebyid300016
</locationmatch>
</ifmodule>
if not work need contact host
leo
cpanel has released patch versions. result mod_security has been changed. causing many issues saving instance.
if run saving issues on site or internal server errors can 2 things: either contact host , tell them change rule set id no. 300016 or if allow (just test) add .htacces file:
for run mod_security 2.c
<ifmodule mod_security2.c>
<locationmatch “/index.php“>
secruleremovebyid300016
</locationmatch>
</ifmodule>
for run mod_security 1
<ifmodule mod_security2.c>
<locationmatch “/index.php“>
secruleremovebyid300016
</locationmatch>
</ifmodule>
if not work need contact host
leo
Comments
Post a Comment