i have 2 angular apps on the same directory (public_html) one is the main app which has its own routes. and the second is folder inside the main app which also have routes. i have a problem when i want to navigate to a route in the seconds app and when i try that the user returns to the main app.
is there a way to manage this? maybe with htaccess?