hi all,
i’m having an odd issue with pages not displaying styles and images and not parsing javascript files.
strangely, my site index page displays absolutely error free, then, when i click on any link from the index page to another, the linked page displays without images and styles applied. when i look at the console error log it reads various errors relating to MIME types:
“Resource interpreted as image but transferred with MIME type text/html. “
“Resource interpreted as script but transferred with MIME type text/html. “
“Resource interpreted as stylesheet but transferred with MIME type text/html. “
my understanding of MIME types is limited, and i can’t understand why the index.php page displays fine then every subsequent page displays with incorrect MIME types.
as i missing a preference in the control panel somewhere, or is the server configured incorrectly?
i am using default MAMP (apache/MYSQL) installation with expression engine 1.6.1.
also maybe worthy of note is that i have transfered the expression engine site and database from my work computer (also running MAMP) to my home computer that not displaying correctly.
thanks in advance for any you can help