.htaccess Resource interpreted as Script but transferred with MIME type text/html
问题 I've a big problem after I add this line into my htaccess: RewriteRule ([a-z]+)/ index.php?p=$1 [L] I have error like that: Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://localhost/media/css/lvnr.min.css". Resource interpreted as Script but transferred with MIME type text/html: "http://localhost/media/js/bootstrap.min.js". I think that the problem is that my htaccess try to redirect all the link media/... to index.php?p= ... So how to fix it please 回答1: