• Resolved vrobertswp

    (@vrobertswp)


    Hi there.. Looking for syntax to add the following .htaccess file. thanks -v

    <meta http-equiv=”X-UA-Compatible” content=”IE=Edge” />

Viewing 4 replies - 1 through 4 (of 4 total)
  • catacaustic

    (@catacaustic)

    That code does’t get added to the .htaccess. file. It goes in the HTML <header> area of your site. You can either add this by hooking into the wp_head action, or you can just paste it in the correct area in your themes header.php file.

    Thread Starter vrobertswp

    (@vrobertswp)

    i realize that :). Let me try that again.

    Do you know what the ‘equivilent’ syntax would be in .htacces for the following-> <meta http-equiv=”X-UA-Compatible” content=”IE=Edge” />

    catacaustic

    (@catacaustic)

    OK… I wasn’t quite eexpecting that. 🙂

    There’s a lot of information if you do a very quick search for this. Apparently it’s a common problem. (???) I haven’t come accross it before though, so that’s why I didn’t quite get why you were asking.

    The best resouce that I found was here:

    http://www.validatethis.co.uk/news/fix-bad-value-x-ua-compatible-once-and-for-all/

    Thread Starter vrobertswp

    (@vrobertswp)

    ya.. i spent many weeks now researching and trying different things.

    Got a note back yesterday from one of my reach outs…. this solved the problem. -> https://gist.github.com/nutsandbolts/e354a19f51187215c449

    Thank you for your time – v

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘.htaccess file’ is closed to new replies.