I need to set up a custom route for a particular page, but can't seem to get anything to work.
For instance, I set up this route:
From what I gather, this should match just about anything... mysite.dev/hello, or mysite.dev/goodbye. But no matter what I try, I get tossed back to my index.
My only theory right now is that the Craft url structure is strange. I navigate around just fine, but there is no rewrite happening. So instead of http://mysite.dev/site-sections/we-work-on, it's http://mysite.dev/index.php?p=site-sections/we-work-on. I think this is because I'm developing on a Homestead box, which uses nginx and not apache.
Do dynamic routes depend on url rewriting?

So that's mysterious but I'll take it for now -- my deadline is fast-approaching.
– Erik G Jun 29 '16 at 03:02