header(\"Content-type: text/css\");
works in Firefox, Chrome and other, but not in Internet Explorer 9. I am not sure what\'s up.
In Chrome an
For Internet Explorer 9 serving HTTP 406 status code in the response header for a dynamically generated CSS file we:
Added a rewrite rule to the virtual host configuration or htaccess:
Note: This solution is only good for servers/virtual-hosts not using Multiviews as removing mod_negotiation removes usage of this directive as well.