CodeIgniter Forums
URI question - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: URI question (/showthread.php?tid=38072)



URI question - El Forum - 01-29-2011

[eluser]Unknown[/eluser]
There is no doubt this question has been asked no end of times, but I've been digging for a day or two now and consulting various material and am yet to find the answer or solution.
The problem itself isn't somewhat of a problem more of a force of habit, such that for example our file structure often represents: example.com/class.php?action=function&id; =1 rather than index.php/class/function/id/1.

Is it possible to enable CI to achieve the former setup? meaning files such as login.php, addclient.php in addition to the index.php, and if so how?