header(\"Content-type: text/css\"); works in Firefox, Chrome and other, but not in Internet Explorer 9. I am not sure what\'s up.
header(\"Content-type: text/css\");
In Chrome an
I think the problem maybe due to mod_security which is serving a 401 error page (HTML) rather than the CSS. Try adding this to an .htaccess file in the web root of your website to see if this resolves the issue.
mod_security
.htaccess
SecFilterEngine Off SecFilterScanPOST Off