Hi folks, i'm trying to make the following routes .. and currently i'm going about this in a really long way.. ie. one route instance for EACH route.
this is what i'm after... (assuming i'm doing a 'stackoverflow website')
/ <-- root site
/page/{page} <-- root site, but to the page of questions.
/tag/{tag}/page/{page} <-- as above, but the questions are filtered by tag
/question/ask <-- this page :P
/question/{subject} <-- reading about a question
(and no.. i'm most definitely not doing a stackoverflow website :) )
cheers!
(gawd i find dis all so confusing at times).