We are having issues with recursive redirects. So far we have only noticed this happening in Safari, Mobile Safari, and Firefox. It never seems to happen in Chrome.
At first the problem only seemed to happen when we would omit the trailing slash, but now it happens with or without the trailing slash and occasionally it even redirects us to a different page entirely.
the .htaccess file is below. It is just the default .htaccess when pretty permalinks are active.
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
I can not provide a link at this time to the site or page giving us the error as it has sensitive information on it. I will attempt to create a page that duplicates the error but do not have time right now. Please any help would be greatly appreciated. we are not sure if this is a server configuration issue, htaccess, or something in WordPress.
We have no active plugins and have tried switching the theme to the default one, but the problem persists.