I am following the Angular 2 routing examples. Using the \"lite\" webserver I am able to navigate from the root and deep linking works, but using Apache I can navigate fro
You have to make your server handle all routes back to index.html or use HashLocationStrategy
HashLocationStrategy
(https://angular.io/docs/ts/latest/api/common/index/HashLocationStrategy-class.html)
Take a look at:
Is Angular 2's Router broken when using HTML5 routes?