Comment to Mobile app redirection
-
Alex T⚜️ I've UNA installed in a subdirectory (www.root.com/una), and I want the application to open on our main website (www.root.com) before clicking on login/signup. If I change the BASE_URL to (www.root.com), all the pages of the app will not work as they use the BASE_URL to direct users to different UNA pages. If I set the BASE_URL to (www.root.com/una) the users will not see our main landing page as they will be directed to the login page of UNA. How can we keep the BASE_URL to (www.root.com/una) while directing users to our main page (www.root.com) when they first open the app?