Welcome Guest, Not a member yet? Register   Sign In
"Resource interpreted as stylesheet but transferred with MIME type text/html"
#5

[eluser]slowgary[/eluser]
[quote author="Kenneth Allen" date="1246000447"]Could this be why the stylesheet is not being pulled in as well?[/quote]

Yes. The browser requests the file just like you do when you visit it directly, therefore if you cannot visit the file directly than the browser cannot find it.

It's likely an htaccess issue. You should post your htaccess so someone smarter than me can scrutinize it. Usually there's a line that denotes folders that should not get rewritten, something like this:
Code:
RewriteCond $1 !^(index\.php|assets|images|css|js|robots\.txt|favicon\.ico)
That line should contain your 'SMaLL' and any other folders that you don't want rewritten. As a side note, I loathe the fact that you're using 733T style CaSE in your path, what's the purpose? I wonder if that could be causing issues as well.


Messages In This Thread
"Resource interpreted as stylesheet but transferred with MIME type text/html" - by El Forum - 06-25-2009, 09:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB