Welcome Guest, Not a member yet? Register   Sign In
url rewrite problem
#8

[eluser]fesweb[/eluser]
You can also remap the controller, which gives a different result, but you might be able to think your way into a solution which works for you.

First function after the _constructor():
Code:
if ($method == 'index')
    {
        $this->test();
    }
    else
    {
    $this->$method();
    }
But I think you would have to roll your "welcome" function into your test funtion to make this work for you.


Messages In This Thread
url rewrite problem - by El Forum - 08-26-2008, 06:10 AM
url rewrite problem - by El Forum - 08-26-2008, 08:24 AM
url rewrite problem - by El Forum - 08-26-2008, 08:42 AM
url rewrite problem - by El Forum - 08-26-2008, 08:45 AM
url rewrite problem - by El Forum - 08-26-2008, 08:59 AM
url rewrite problem - by El Forum - 08-26-2008, 09:21 AM
url rewrite problem - by El Forum - 08-26-2008, 09:26 AM
url rewrite problem - by El Forum - 08-26-2008, 09:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB