• I am running a multisite with 3 sites under the main site. I have mapped custom urls to each of the 3 sites using the multisite function under “edit site”. I’d like to map additional parked domains (the .com and .net versions of each domain) to each site. Would this plugin work to do that?

    Thanks for your help,
    Alison

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    Would this plugin work to do that?

    No. You should set up redirects in your .htaccess.

    Thread Starter asnieckus

    (@asnieckus)

    Hi Ron,

    Thanks for your thoughts. I’ve tried that with no success, for example I added:
    RewriteCond %{HTTP_HOST} !^domain2.com
    RewriteRule (.*) https://domain2.org/$1 [R=301,L]

    based on suggestions here.

    I get a screen including header and footer of main site, with “Registration has been disabled.” between them. It’s not accessing the subdomain site.

    Any further thoughts on how to code these redirects is greatly appreciated,
    Alison

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mapping additional parked domains’ is closed to new replies.