メイン ドメインと/the/rest/of/url
.
どうやら、私はそれを正しくしていません。
私が使用した:
window.location.hash = location.pathname;
との交換http://www.mybusinesssite.com/path/to/mypage
を希望http://www.mybusinesssite.com/#/path/to/mypage
代わりに、私は得るhttp://www.mybusinessite.com/path/to/mypage/#/path/to/my/page
正しい作り方とはhttp://www.mybusinesssite.com/#/path/to/mypage ?