I saw the update to the .htaccess file and think it may be part of my problem but I am not sure how to fix this. This is for a WordPress site.
Here is what it looks like.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond...