CodeIgniter Forums
Image appears only from root - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Image appears only from root (/showthread.php?tid=47478)



Image appears only from root - El Forum - 12-09-2011

[eluser]trope[/eluser]
Let's say I have a background image defined in a style sheet as follows:

../css/myimage.php

The image appears fine when I run my default index controller. But when I have to redirect to a different controller, such as:

( user login was invalid, simply return to login and try again )....

http://localhost/resume/index.php/login

Now the image does not display. Does anyone know how I can fix this?

Thanks!