CodeIgniter Forums
Error helper url function current_url() - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Error helper url function current_url() (/showthread.php?tid=65799)



Error helper url function current_url() - HTLove - 07-25-2016

Hi.
I used current_url() to get current url my website but don't return current url.

Exp: My url: http://localhost:9090/ci4/public/index.php/admin/exp/
function current_url() return : http://localhost:9090/admin/exp/

How to get my current url http://localhost:9090/ci4/public/index.php/admin/exp/ .

Tks All


RE: Error helper url function current_url() - InsiteFX - 07-26-2016

Did you download the newest developers build off of GitHub?