I have an angular website with the user profile (dynamic) on the following url:
http://website.com/#!/market/profile/username
where username
is a dynamic variable.
How can I setup my website, such that going to:
http://website.com/username
will redirect to the appropriate url?
Note also that I want to remove the hashbang prefix #
Thanks in advance!