Sorry Guys this is my first question in stackoverflow, so I edited the question in order to be more clear.
I have an angular app and I would like that the users could check their profile as following "http://myapp.com/username" instead of "http://myapp.com/#/user/username" without the html5mode enable. How can I achieve this?
Thanks in advance.