HMVC and Codeigniter problem |
[eluser]salvomil[/eluser]
Hi everybody, I started to use hmvc for codeigniter, and I have a problem when I try to display images in views. Maybe I don't know exactly how to set the configuration. My structure is the following: .. -application --modules -- mymodule -- controllers -- views -- ecc... -system -images --site -image.jpg -bla-bla-bla When I use controller in my module (http://localhost/codeigniter-hmvc/mymodule/welcome) it is all ok I can view the template and also orm datamapper is ok, but if I need to show an image, ie (http://localhost/codeigniter-hmvc/images/site/image.jpg) I can't see the image, I get error 404 page not found. Someone could help me? Thank you |
Messages In This Thread |
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 03:39 AM
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 03:49 AM
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 03:52 AM
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 04:08 AM
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 04:22 AM
HMVC and Codeigniter problem - by El Forum - 02-02-2014, 08:40 AM
HMVC and Codeigniter problem - by El Forum - 02-02-2014, 12:04 PM
HMVC and Codeigniter problem - by El Forum - 02-02-2014, 02:39 PM
|