I have used redirect on my codeigniter project just after login page.
like
redirect('profile/edit/1');
and am seeing a url like
http://mypreoject.com/index.php/profile/edit/1
and , my page background image was unable to load.
i have used .htaccess mode write so this was not supposed to be happening and i should have get the following.
http://mypreoject.com/profile/edit/1