im trying to configure realurl to work with multiple clients but under a single domain and a single page tree
[root]
- client 1
- page1
- page2
- client 2
- page 1
- page 2
all clients have 'is Root page ' checked they a have a template which is rootlevel
if they were different domains or at least subdomains then i would just create a Domain record in each of the root pages and forget about it but i cant instead i got this structure
domain.com/client1/page1
currently realurl is configured to automatically
im basically looking for a way to identify the clients
im getting this error when trying to access a client domain.com/client1/
The page did not exist or was inaccessible. Reason: Segment "client1" was not a keyword for a postVarSet as expected on page with id=84.
id=84 is a root page with a Domain record that matches the domain in the url
update 1 i changed my structure to
[root]
- generic client
- client 1
- page1
- page2
- client 2
- page1
- page2
- client 1
and removed 'Use as root page' along with the Domain Records from the clients
sometimes i over-complicate things for no reason :P