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:
- your css file should static file (not script)
- your apache should have
mime_module
- there should
typesconfig conf/mime.types
directive inhttpd.conf
- there should corresponding line uncommented in
mime.types
file
Comments
Post a Comment