Codeigniter framework images/style problem

my view contain some images
on I load it on the controller the images is hidden and the view style is not included

I Verified the path of the images,it’s correct but it’s hidden

please! help me

make sure you have this in your app… i normally put the images and css stuff outside the view … its easier to manage. otherwise you’re going to need to set a full path to your files inside the view.
RewriteCond $1 !^(index\.php|images|css)