Hi,
I am using the Clarion Responsive template to build a Joomla! based intranet portal.
In Gantry, I have the IE7 redirect switched to ON.
Now when I open Internet Explorer 9 to see the site I get a "unsupported browser" tmpl page.
My internal network here requires all intranet sites in IE to open in compatibility mode. I had changed the web.config file in the root to bypass this. This bypass worked for other RocketTheme templates I used such as Voxel or Ionosphere. (we tested several templates to see what we liked best)
We like Clarion-Responsive but not if I cant get around the IE thing.
Any suggestions?
This is the IE compatibility code placed in the web.config file that worked until this template:
<system.webServer>
<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=edge" />
</customHeaders>
</httpProtocol>
</system.webServer>