Viewing 4 replies - 1 through 4 (of 4 total)
  • HI,
    in save case there are some filtering about blog id=1, maybe this is make this problem

    case “save”:
    if ( $_POST[ ‘blog_id’ ] != 0 AND
    $_POST[ ‘blog_id’ ] != 1 AND…..

    line 146 in domain_mapping.php file

    i removed “$_POST[ ‘blog_id’ ] != 1 AND”
    and it’s worked fine

    FYI : i don’t know if this will create any new bug
    i’m testing now

    Plugin Author Ron Rennick

    (@wpmuguru)

    Mapping a domain to the main site in a network interferes with site lookup. That is why the plugin does not permit you to do it.

    there are anyway to map my wordpress site to multi domains

    my case :

    i have maindomain.com, domain.org.

    i used cpanel to make “domain.org” alias to the maindomain.com

    and when visitor visit my website using domain.org it’s redirect to maindomain.com, but what i want to keep it domain.org

    MU can do that ?

    Plugin Author Ron Rennick

    (@wpmuguru)

    MU can do that

    No.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Domains cannot be saved’ is closed to new replies.