I´ve a Elgg installation in my domain net.example.com, but I need to access to some elgg groups from other domain/subdomain:
net.example.com/groups/profile/508/group <- group.newdomain.com
I dont want a redirection, or IFRAME, and I need to navigate throught the group content from the new domain (preserving the url of the new domain)
group.newdomain.com/disscussion
I´ve tested with some apache configuration but without results.
Can it be possible?, Somebody can help me with this problem?, I accept a cotization for this service
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Steve Clay@steve_clay

Steve Clay - 0 likes
You must log in to post replies.I think the best you could do is to have example.com be the "global" domain and have subdomains like groupname-123.example.com. You'd have to alter the session cookie domain to ".example.com"; configure Apache to use a wildcard subdomain; and parse the hostname and alter the URLs before they hit Elgg.
The bigger challenge is that there are tons of URLs within groups that would need to be altered to have the group subdomain. This would be a huge mess of work and probably introduce a ton of bugs.