CodeIgniter Forums
Cleaning URL's - 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: Cleaning URL's (/showthread.php?tid=56646)



Cleaning URL's - El Forum - 01-08-2013

[eluser]besingamk[/eluser]
hi.. i just remove the index.php on my codeigniter.. i just want to ask if it is posible to remove the ?id=1 on this url localhost/web/webhome?id=1 and how to .. thank you in advance


Cleaning URL's - El Forum - 01-09-2013

[eluser]boltsabre[/eluser]
Why is it there in the first place?

This is a $_GET parameter and codeigniter does not handle them by default when you install it "out of the box", so you've put it in there somehow...