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

[eluser]Kenneth Allen[/eluser]
OK, I resolved the CSS issue by adding the assets folder the htaccess file, shown below.
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|assets)
RewriteRule ^(.*)$ /SMaLL/index.php/$1 [L]
This also removes the need for me to enter "index.php" in the URI, but when I use a redirect() call, the URI has the "index.php" part back again.

How do I convince CI not to add in the "index.php" when it builds the URI for redirects?


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



Theme © iAndrew 2016 - Forum software by © MyBB