IE Problems with upgrade
Permalink
I'm developing a c5 site and i just upgraded to 5.3.2 and now the site won't show up in IE at all for some reason. It works on every browser but IE. The site will load temporary for a few seconds the seems like its being redirected to 404 error page. my .htaccess file looks like this. Any help would be appreciated.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
Have also upgraded to 5.3.2 and have no problems with IE.