How to map multiple domains to a WordPress (single install) site woring as SAAS? -


my question quite similar this question. concerns not answered there, posting separate question.

i try detailed possible here. have build website (saas), abc.com wherein registered users subdomain on website, abc.com/def or pqr.abc.com. of users might want have own domains in use. eg. 123.com or xyz.com. of these websites need have identical backend (dashboard). importantly visitor should able type search term on main website (abc.com), , search should contain results websites including subdomains (abc.com/def or pqr.abc.com) , custom domains (xyz.com).

i not versed other frameworks, figured out wordpress solution. approach every registered user assigned role of author, them being able create/edit own content. add custom post type exact type of content can add. use dashboard customizing plugins (like adminimize) configure admin menus can editors see. way able define/force fields can use adding content, , can restrict custom taxonomoies , terms can use. , able search through content created user. issue here create domains users. heard of domain mapping. so, possible map domains xyz.com abc.com in such way whenever user types 123.com (or xyz.com) in address-bar, served content of abc.com, still see 123.com (or xyz.com) in address bar. believe called masked domain forwarding. tried bit of it, , succeeded partially in whenever visitor types 123.com (or xyz.com) in address-bar, served content of abc.com, still see 123.com (or xyz.com) in address bar. problem whenever users type 123.com/wp-admin/ instead of getting login screen, see blank screen. not sure if setup corret, or if acievable using wordpress.

another alternative using wordpress multisite. has limitations caase: 1. search across sites in network going expensive operation 2. not able force identical terms of custom taxonomies across sites. can create taxonmies , terms using code , put in plugin , network activate it. work new terms. when decide delete/edit term, have login each site's dashboard sync terms.

so, there way wordpress achieve trying :custom domain names , identical dashboards, can controlled/dictated admin (me) , , facility search through sites/domains.

if not wordpress, there other framework can this?


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -