标签: ajax routing client single-page-application
我试图了解单页应用程序中的客户端路由。
我了解如何使用pushState来转换url,然后更新内容。
但是当直接访问url时,客户端代码应该如何传递正确的内容?
是否需要使用.htaccess重定向?