09-04-2012, 10:36 AM
[eluser]CroNiX[/eluser]
Why are you including "index.php" in the url to your assets? They are regular files which aren't processed via CI...
So it's trying to access one of your CI controllers, which obviously doesn't exist and you get the 404.
Try just using
Why are you including "index.php" in the url to your assets? They are regular files which aren't processed via CI...
So it's trying to access one of your CI controllers, which obviously doesn't exist and you get the 404.
Try just using
Code:
<link rel="stylesheet" href="/assets/css/basicLayout2.css" type="text/css" media="screen, projection" />