Forum Moderators: phranque
I have a very strange problem. My server is chucking out .css as text/plain rather than text/css. I have googled this like mad and come across a couple of fixes that dont work for me.
Firstly, I have a valid apache-mime.types file that does have text/css css listed in it.
Secondly I have added the AddType text/css .css method in a working .htaccess file.
I still get the wrong mime type for my css files.
Anyone?