I'm trying to access angularjs route without #, by writing $locationProvider.html5Mode({ enabled: true, requireBase: false }); in app.js and base href="/" in index.html is working fine for root url not for sub route.
Refreshing sub route without # it's throwing following error "page can’t be found i.e. HTTP ERROR 404".
I also written .htaccess code in angularjs root directory, also tried to write in apache2 000-default.conf but it's not work.
Someone please help me out of this.