kadirahq / flow-router

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

IE9 Routing #348

Open mgarf opened 9 years ago

mgarf commented 9 years ago

Hiya,

I have html5-history-api on my meteor platform. Currently the entire site is password protected with the exception of one page (not the route (/) page). When i try to load up that page in ie9 it adds a /#/ between the page

i.e http://siteurl.com/change-password becomes http://siteurl.com/#/change-password

Due to that the system must be assuming its in the route and because of that it sees the user isn't logged in and prompts them for their login which it shouldn't. Is there any way around this issue?

arunoda commented 9 years ago

Hi,

I'm not exactly clear about the issue. Sorry for that. Could you describe more or build a kind of sample repo. Or may be a little screencast.