Hello!
I'm wondering whether following configuration is possible or not or which specific conditions/steps we should consider before mixing everything up 🙂
Let's say we do have following configuration:
- Couple of Users: UserA and UserB
- Three different Apps: App1 and App2 belong to UserA // App3 belongs to UserB
Then, for a given Domain1 is it possible to assign as follows? (Notice I'm using SSL)
https://www.Domain1.com --> URI1 --> / --> App1 --> belonging to UserA
https://www.Domain1.com --> URI2 --> /subfolder --> App2 --> belonging to UserA
https://www.Domain1.com --> URI3 --> /AnotherSufolder --> App3 --> belonging to UserB
I've tried the configuration above and got a The requested URL /AnotherSubfolder/ was not found on this server error message
Is that configuration even possible? Or maybe should I give UserA access to App3 as well to make it work?
Thanks for the advice/hint!