I have a webpage that is transferring A stylesheet as a text/plain MIME type. what are the possible reasons for this to occur and any tips on how to resolve that problem.
im linking the css like this
<link href="/css/app.css" rel="stylesheet" type='text/css'>
Server misconfiguration. This could depend on an overall configuration error, or on something more limited, like a badly written
.htaccessfile in thecssdirectory, if the server is running Apache.