[eluser]fusionblu[/eluser]
Hi all,
I am not sure if I have configured CI correctly. I have a controller with a function that does some processing and calls a couple of 'views' [body and footer]. This function is called from a URL and params are passed. The strange thing is that all the image paths in the views are getting rewritten (base url appended) and I have broken images on the page.
Actual image path in view code is "images/some_image.gif"
getting rewritten as - "http://localhost/index.php/myController/myFunction/images/some_image.gif"
Any help appreciated.
Thanks,
Mike.