Encountering an issue where attempting to load a CSS file from a folder results in the console error: "Resource interpreted as Stylesheet but transferred with MIME type text/html". Attempts to resolve this by adding an .htaccess file (in the root/same folder as css) with "AddType text/css .css" have been completely ignored.
Any suggestions on how to fix this?
(Note: running Windows 8.1 and WAMP)
Appreciating any advice or feedback.