Initial page does not reroute to first page
After building and deploying the app to Cloud Foundry, I tried to access the app through the URL given: /buildappsxxxxx and got redirected to: /buildappsxxxxx/index.html and not to /buildappsxxxxx/page.Page1.html Which means during back navigation, one gets directed to the index.html page and all app variables are lost. Page1 can be loaded if explicitly called but …