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
Do I name the file .htaccess.php or just .htaccess?
Also my error is about the post.php. Are all 406 errors the same even though in the other posts they say index.php and page.php ?