CodeIgniter Forums
How to hide one part of URL and redirect it? - 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: How to hide one part of URL and redirect it? (/showthread.php?tid=47714)



How to hide one part of URL and redirect it? - El Forum - 12-19-2011

[eluser]qpixo[/eluser]
I have URL segment: http://www.site.com/loadContent/contact/4

I want to hide the ID 4 in browser address bar: http://www.site.com/loadContent/contact so users can't see it.

Both contact and 4 are loading dynamically

How can I do that in my code?