Welcome Guest, Not a member yet? Register   Sign In
css is not loading
#2

[eluser]jblack199[/eluser]
are you using .htaccess to block index.php? If you are try this:
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|css|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

2nd line is where you need to add in the folders you want to grant access to. so if you have css, images, etc folders in your root folder (where they should be), adding that will make the css load.

edit:

just noticed the bottom portion of what you said, cant really help as there isnt an error in the controller. so odds are its malformed html, or a malformed url you're trying to reference. So without the code in the view, we cant really do anything for you.


Messages In This Thread
css is not loading - by El Forum - 08-11-2011, 09:42 PM
css is not loading - by El Forum - 08-11-2011, 11:28 PM
css is not loading - by El Forum - 08-12-2011, 02:12 AM
css is not loading - by El Forum - 08-12-2011, 02:16 AM
css is not loading - by El Forum - 08-12-2011, 02:29 AM
css is not loading - by El Forum - 08-12-2011, 02:36 AM
css is not loading - by El Forum - 08-12-2011, 02:38 AM
css is not loading - by El Forum - 08-12-2011, 02:40 AM
css is not loading - by El Forum - 08-12-2011, 02:49 AM
css is not loading - by El Forum - 08-12-2011, 02:50 AM
css is not loading - by El Forum - 08-12-2011, 03:00 AM
css is not loading - by El Forum - 08-12-2011, 03:06 AM
css is not loading - by El Forum - 08-12-2011, 03:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB