kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

Rendering Routes with fake file extensions #594

Closed mgarf closed 8 years ago

mgarf commented 8 years ago

I'm currently in the process of moving an old site to Meteor. The old site had urls like article.php?uniquenumber=208808.

I tried to recreate this with a route that had the string 'article.php?uniquenumber=:articleId' but its throwing errors. doings article:articleId works. Am I handling this wrong? or is this something that can't be done with flowrouter?