It didn’t work so I looked back at older posts and found this code that addresses the “post.php” error.
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
I put this code in the .htaccess file and it appears to be working. At least for now.
Thanks