I have an app where it uses a single ng-view and multiple controllers and views. If I navigate through the root, eg: www.domain.com, everything works. Except that if I hit
As of March 2018, Just add these below lines in your .htaccess file.
.htaccess
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule ^(.front-end*)$ /front-end [NC,L,QSA] RewriteRule ^(.*)$ /index.html [NC,L,QSA]
Hope this will be helpful for you.