Yes, this is a simple, common issue. 
To load the app, you ask Apache the index.html page, which it serves you. 

While in the app, when you click "dashboard /tracker" link, angular intercepts 
it and simply displays you the new page. You never touch Apache. Now, when you 
refresh the page, you don't click, you ask the Apache the " dashboard/tracker 
"link directly, but it did not exist. There is no such file.

So what you do I'd tell space to-do for all non-existent requests to serve 
index.html, it will load your index page instead. Not redirect, just serve 
directly. If you redirect, angular gets the url rewritten and doesn't know what 
page was requested.

HTH.

Zlatko 







-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to