Hello,
First of all thank you for this great module. Thank you because you exist!
I have a question regarding unique links with unique content in domain access.
I see that for example the content written on :
-> subdomain1.example.com/test.html will appear also on
-> subdomain2.example.com/test.html
for an user with admin privileges. So basically views the content twice from two different URLs.
If i work on permissions with Domain Access Advanced module an user with no admin privileges will see the content like this:
-> subdomain1.example.com/test.html
-> subdomain2.example.com/test.html -> here will get an Access denied. You are not authorized to access this page.
How can i make the URLs Unique? So for example if the user goes to
-> subdomain2.example.com/test.html
to view a 404 error page.
One method i think is to have a table prefix for node in subdomain2 ?
There are also other methods?
Thank you for your time and support.
Comments
Comment #1
agentrickardI do not support Domain Access Advanced.
Being able to view content on multiple domains is part of the use-case of the module. The assumptions is that some nodes are supposed to be viewable on multiple sites. Like an About page, or content that is relevant to a reional group of affiliates. If you are not sharing content across sites, you generally do not need this module.
In DA 6.x.2 there is a setting for 'force access rules on administrators'. You probably want to turn that on, as it will force node access rules on your site admins (including user 1).
You can use the Domain Source module to specify the canonocial link for any node. See the documentation for details.
Do not prefix the node tables. If you do so the module will not function properly.
Comment #2
agentrickard