Hi all,
I have a project, running on an url like http://myDomain.com/myProject
. It is running fine, by accessing this url aurelia gets booted and it rewrites the url like http://myDomain.com/myProject/#/myRoutingProps
.
IF now I remove the /#/myRoutingProps
and hit Enter all the route-href="route: main;..."
links are broken, they are now pointing to http://myDomain.com/#/myRoutingProps
.
Any clue?
Set BaseUrl in your index.html