I'm quite new in codeigniter. I'm using the current_url()
function to preserve previously viewed page's URL. But the function (I think from different ajax calls) gives i.e. jpg files' url.
Like this:
/uploads/default/files/HTC.jpg
I'd like to avoid these and just preserve those URLs which are used in Browser's URL bar.
Any idea? Thanks in advance!