HMTL Block

Permalink
Problem,

Can't add or edit HTML block.

Keep's telling me page cannot be found?

See attached

Since 5.4.2.1 upgrade, same as other issues.

Which have not been resolved?

1 Attachment

Steevb
 
Steevb replied on at Permalink Best Answer Reply
Steevb
Eventually a remedy to an old problem.

To cut a long (4 month) story short.

My hosting company got hacked, modified some accounts and applied 'mod_security' without telling me?

Even with searching and researching, modifying .htaccess, modifying database, messing with C5 and having sleepless nights over this VERY frustrating issue I still could not fix it?

Out of total desperation and unable to move forward with a couple of sites, I contacted them today and they fixed it!

I blamed the C5.4.2.2 update first, then the developer add-on that wouldn't work.

Server mod and C5 update happened at roughly the same time?

Happy for now!

BTW, told them what I thought of it all. In one ear and out the other!
pmlmedia replied on at Permalink Reply
pmlmedia
If your hosting provider has ModSecurity firewall set to only permit single instance connections (single sessions) add this rule in your root .htaccess

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>