Forum Moderators: phranque
Apache can handle CSS files right off the bat. Chances are it simply cannot find the file for some reason. Linux is case sensitive, while Windows is not, so if the file and/or directory is not all lower case, then it would not be able to find it. It could be a permissions issue, depending on how "secure" your Linux environment was setup.
A good test would be to try to access the CSS file directly from your browser. Try to access http://www.example.com/config/test.css (or whatever it is in your case), and see what error message you get.
Chad
AddType text/css css