0
Guys is the following, I started a new project in Angular 4 and it works perfectly on the localhost. I went up to the server (Tomcat) and I was testing when searching the url http://aplicativo.com/teste
he redirects me to http://aplicativo.com/teste/home
(default) so far so good, but when I refresh the page (F5
) he shows me the error HTTP Status 404 - /teste/home
Note: If I, with the page teste/home
being displayed, go to the search field by url that contains http://aplicativo.com/teste/home
and give ENTER
he also shows me the same mistake HTTP Status 404 - /teste/home
How to fix this ?
Thanks brother, I had not found in the documentation but with that I got !!
– luizricardo6n