I’m trying to achieve urls in the form of http://localhost:9294/users instead of http://localhost:9294/#/users
This seems possible according to the documentation but I haven’t been able to get this working for “bookmarkable” urls.
To clarify, browsing directly to http://localhost:9294/users gives a 404 “Not found: /users”
I used the following rewrites as explained in this article.
http://www.josscrowcroft.com/2012/code/htaccess-for-html5-history-pushstate-url-routing/