Redirection with multisite, multidomains, and buddypress
-
I am working on WP network site with multi-site, multi-domains, and Buddy Press activated. It has a parent domain set to private, and several public domains. Each user is to be assigned their own site of which they are the sole user.
Each domain will have a home site (domain admin) that will mostly be about marketing for that domain’s part of the entire network.
So that is parentdomain.org + domain1.org, domain2.org, domain3.org, etc with domain1.org/domain1home, domain1.org/site11, domain1.org/12, domain2.org/site21, domain2.org/site22, etc
I want this to be a single network so that sites/users can interact with each other, but with separate domains such that the domain a particular site/user belongs to is preserved in the navigation. That is, the UX is one big network of individual site/users who have distinct URLs with a pre-selected domain name/URL.
I think with WP each sitename would work on each domain, so domain1.org/site21 would work just the same as domain2.org/site21; but I would not advertise that fact to users. As far as individual network members are concerned, their content is only available by one unique URL.
My question is what are the redirections that I’ll need to make this work on a shared server? Can I do it via a plugin like this Redirection plugin, or do I need server settings?
I want a UX where if a user types in domain1.org/ (no further path specification) that they are taken to domain1.org/domain1home; same for domain2.org/domain2home, etc, i.e., to set the index page for each domain.
If the user types a full valid path, then they should be taken to that content. If they try to navigate to an invalid path, i.e., a 404 error, then I want to make a customized 404.hmtl page for each domain, i.e., domain1.org/domain1404, domain2.org/domain2404, etc.
So again, what redirections would I need, and how can I achieve them? Thanks in advance for your responses.
- The topic ‘Redirection with multisite, multidomains, and buddypress’ is closed to new replies.