0

I want to change the routing mode of my app from hashbang (#/path) to html5 mode (/path).

How can I redirect the old URLs to the new ones? The situation is we already sent out some emails with the old URLs. People are still able to access them.

Thịnh Phạm
  • 2,528
  • 5
  • 26
  • 39

1 Answers1

0

I found that Angular does it automatically. (v1.4.10)

Thịnh Phạm
  • 2,528
  • 5
  • 26
  • 39