css - Resource interpreted as Stylesheet but transferred with MIME type text/html dont know whats wrong -


im having problem trying website work on apache server after uploading when check see if website working error chrome resource interpreted stylesheet transferred mime type text/html

firefox gives me error css not loaded because mime type, "text/html", not "text/css

i have no idea going wrong, have done searching nothing seems have worked. made sure file privileges accessible users have added addtype text/css .css .htaccess still nothing here preview page of site http://preview2.sitepreviewservice.net/~star-gaming.co.uk page not loading css files @ post image of website should need 10 reputation post images.

im still new webdesign please excuse ignorance, appreciated , in advance.

to serve css-file text/css mime-type, have check following:

  1. your css file should static file (not script)
  2. your apache should have mime_module
  3. there should typesconfig conf/mime.types directive in httpd.conf
  4. there should corresponding line uncommented in mime.types file

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -