I am trying to remove the hashtags from my Angularjs app's URLs using the locationProvider, and it works well until I refresh a page manually. When I am refreshing page my angularjs js and css file now loading. Please help me on that.
In index.jsp
App.js
myapp.config(function($routeProvider, USER_ROLES, IdleProvider, KeepaliveProvider, $locationProvider) { $locationProvider.html5Mode(true); }
urlrewrite.xml
/login resources/partials/login.html /login/brandname resources/partials/login.html /home resources/partials/home.html
web.xml: