Page 1 of 1

AngularJs /dashboard redirect

PostPosted: 23. September 2016 01:13
by cort0619
So I created an angular app and I created a route called /dashboard so if a user logs in with the correct username and password they are redirected to the dashboard.html view, however if the user logs in correctly the dashboard.html view flashes quickly and then redirects to xampp's dashboard page. I'm thinking that xampp is using either a /dash or /dashboard route but I don't know where to change that route so that I can use /dash or /dashboard in my Angular app. Any suggestions on how I can change the route that xampp uses? Or where the routes are located?