MVC and URLs |
[eluser]venksster[/eluser]
bastones, thanks for replying ![]() in other words, the controller is 'mysite'. That is exactly what I would like to avoid. Instead of http://example.com/mysite/members/U_ID, i would like to be able to use, http://example.com/members/U_ID, where U_ID = $this->uri->segment(2), but segment(2) is always the function. So this cannot be done? |
Messages In This Thread |
MVC and URLs - by El Forum - 11-09-2008, 03:03 PM
MVC and URLs - by El Forum - 11-09-2008, 05:56 PM
MVC and URLs - by El Forum - 11-09-2008, 06:45 PM
MVC and URLs - by El Forum - 11-09-2008, 07:01 PM
MVC and URLs - by El Forum - 11-09-2008, 07:30 PM
MVC and URLs - by El Forum - 11-09-2008, 07:46 PM
MVC and URLs - by El Forum - 11-09-2008, 09:45 PM
MVC and URLs - by El Forum - 11-10-2008, 01:10 AM
|