Welcome Guest, Not a member yet? Register   Sign In
css and image folder not working
#1

[eluser]vickatg[/eluser]
i am really new to codeigniter, i am currently facing a problem on how to load my css and images files. i have tried to read what others did in the ci forum but i stilled failed. please assist me where i might be going wrong.

my current directory structure is

/meeting
-system
-application
-css
-images
-javascript
-.htaccess
-index.php

my .htaccess file is as follows

RewriteEngine on
RewriteCond $1 !^(index\.php|javascript|css|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L]

below is how i am loading my css

<link rel="stylesheet" href="<?php echo base_url();?>css/style.css" type="text/css" media="screen" />

in my view file.

i am also loading the url helper

yet My css/images is not loading. i ma frustrated help me out please


Messages In This Thread
css and image folder not working - by El Forum - 04-15-2011, 04:41 PM
css and image folder not working - by El Forum - 04-15-2011, 04:53 PM
css and image folder not working - by El Forum - 04-15-2011, 05:00 PM
css and image folder not working - by El Forum - 04-15-2011, 05:06 PM
css and image folder not working - by El Forum - 04-15-2011, 05:12 PM
css and image folder not working - by El Forum - 04-15-2011, 05:26 PM
css and image folder not working - by El Forum - 04-15-2011, 07:46 PM
css and image folder not working - by El Forum - 04-15-2011, 11:52 PM
css and image folder not working - by El Forum - 04-16-2011, 01:35 AM
css and image folder not working - by El Forum - 04-16-2011, 05:25 AM
css and image folder not working - by El Forum - 04-16-2011, 08:55 AM
css and image folder not working - by El Forum - 04-16-2011, 01:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB