[eluser]RickP[/eluser]
I don't understand what routing is doing to me.
What I want is straight from the guide but I'm getting very strange results.
I have a controller 'division' with a function 'individual'. Whenever I access this function
all the urls get the segments 'division/individual' added to them.
This means my menus no longer work. For example, instead of pointing to 'http://example.com/home' it now points to 'http://example.com/division/individual/home'.
My menu code has simply 'home' and that works fine until I access the 'division/individual' function.
What's going on?