I developed an angular2 website in which I implemented angular2 routes and deployed this website after building it in production environment, now when I open this website from its base URL i.e http://urlblocker.net/spotify it works fine. but when I navigate to any other page and refresh that page e.g http://urlblocker.net/spotify/about, it gives following error.
"Not Found, The requested URL /spotify/artist/0C8ZW7ezQVs4URX5aX7Kqx was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
If I simply open about page URL it also prduces same error. How to resolve it???