Closed (works as designed)
Project:
Domain
Version:
7.x-3.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2012 at 06:27 UTC
Updated:
7 Sep 2012 at 15:04 UTC
I have website with domains
domain.com
sub1.domain.com
sub2.domain.com
sub3.domain.com
and users on it. And links to user pages a always relative. So for the user 'username' I have
domain.com/users/username
sub1.domain.com/users/username
sub2.domain.com/users/username
sub3.domain.com/users/username
and it is not so good for seo.
Can I set up DA to link all user pages to one source domain. For example users.domain.com or domain.com? And all links to users on any subdomain will lead to this domain?
Comments
Comment #1
agentrickardNot without custom code. See the API documentation.
You can also try Domain URL module -- https://drupal.org/project/domain_url -- which allows for canonical URLs for any Drupal path.
Comment #2
Cray Flatline commentedagentrickard: Thanks a lot! I think it covers my needs. Either I will create custom module based on domain_url. :)
Comment #3
agentrickard