Welcome Guest, Not a member yet? Register   Sign In
Need help with "segmenting" URI
#3

[eluser]ammtar[/eluser]
With
Code:
function _remap($method) {
  if (method_exists($this, $method)) {
    $this->$method($this->uri->segment(1));
  } else {
    $this->index($method);
}

the problem is fixed :-D

Though, http://service.com/homepage/client1 is ok. http://service.com/client1 is NOT.
"404 Page Not Found"

:-(


Messages In This Thread
Need help with "segmenting" URI - by El Forum - 08-14-2011, 09:38 AM
Need help with "segmenting" URI - by El Forum - 08-14-2011, 09:43 AM
Need help with "segmenting" URI - by El Forum - 08-14-2011, 10:53 AM
Need help with "segmenting" URI - by El Forum - 08-14-2011, 11:57 AM
Need help with "segmenting" URI - by El Forum - 08-14-2011, 06:32 PM
Need help with "segmenting" URI - by El Forum - 08-15-2011, 07:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB