Re: Kohana v2.3.4.
Do I have to create a new controller for every URL which uses segment 2
? In other words, if I want my URLs to be:
- www.example.com/foo
- www.example.com/bar
... do I need to create a unique controller for foo
and a unique controller for bar
? I'd like to create just one controller, if possible.
EDIT:
I'd like to avoid redirection at all costs, if possible.