The MU forums have moved to WordPress.org

Multiple domain with DNS (14 posts)

  1. linoobie
    Member
    Posted 13 years ago #

    here's what i have so far

    1) successfully installed MU along with multi domain plugin on my domain

    2) successfully created a subdomain

    3) registered a new domain

    Both domains (1 + 3) share same DNS settings on the registrar as they are pointing to same server.

    But notice how it's looking for "jtmediamarketingcom.xyz.." not "jtmediamarketing.xyz..."

    how do I fix this?

  2. andrea_r
    Moderator
    Posted 13 years ago #

    Go double-check everything you typed in when you mapped the domain.

  3. linoobie
    Member
    Posted 13 years ago #

    I did. I didn't see anything

    as a hack, i added a subdomain jtmediamarketingcom. now when I go there via http://jtmediamarketing.com, i still get the same error

  4. andrea_r
    Moderator
    Posted 13 years ago #

    I get it redirecting to a non-existent blog, and back to the signup page.

    Requests for the mapped domains should (in your dns settings) be directed to go to the MU install itself.

  5. linoobie
    Member
    Posted 13 years ago #

    Hmm.. not sure if I follow. this is what i have in Apache config file

    <VirtualHost 64.62.190.161>
            DocumentRoot /home/consumersreviews/www
            ServerName consumersreviews.org
            ServerAlias *.consumersreviews.org
            ServerAlias *.jtmediamarketing.com
            ServerAlias jtmediamarketing.com
    </VirtualHost>

    DNS for consumersreviews

    ; consumersreviews.org [31077]
    $TTL 86400
    @	IN	SOA	ns1.linode.com. soa.consumersreviews.org. (
    					2010051652
    					14400
    					14400
    					1209600
    					86400
    				)
    @		NS	ns1.linode.com.
    @		NS	ns2.linode.com.
    @		NS	ns3.linode.com.
    @		NS	ns4.linode.com.
    @		NS	ns5.linode.com.
    @			MX	10	mail.consumersreviews.org.
    @			A	64.62.190.161
    www			A	64.62.190.161
    mail			A	64.62.190.161
    jtmediamarketingcom			A	64.62.190.161
    jtmediamarketing			A	64.62.190.161

    DNS for JTmediamarketing

    ; jtmediamarketing.com [60780]
    $TTL 86400
    @	IN	SOA	ns1.linode.com. soa.jtmediamarketing.com. (
    					2010051652
    					14400
    					14400
    					1209600
    					86400
    				)
    @		NS	ns1.linode.com.
    @		NS	ns2.linode.com.
    @		NS	ns3.linode.com.
    @		NS	ns4.linode.com.
    @		NS	ns5.linode.com.
    @			A	64.62.190.161
    www			A	64.62.190.161
  6. andrea_r
    Moderator
    Posted 13 years ago #

    ServerAlias *.jtmediamarketing.com

    Why is this in there?

    And what did you put in the backend menu when you domain mapped the blog?

  7. taewoo
    Member
    Posted 13 years ago #


  8. linoobie
    Member
    Posted 13 years ago #

    1) not sure why, I thought it was a good idea. i removed it.
    2) I have this in both master AND subdomain's domain mapping plugin setting - screenshot

  9. andrea_r
    Moderator
    Posted 13 years ago #

    No, I mean when you go to the admin area of http://jtmediamarketing.consumersreviews.org/

    Visit the Tools menu and the Domain mapping sub-menu. What did you put in there?

  10. linoobie
    Member
    Posted 13 years ago #

    same on both the main domain and subdomain (i.e. that screenshot is same for both)

  11. andrea_r
    Moderator
    Posted 13 years ago #

    That's your problem.

    When you go to http://jtmediamarketing.consumersreviews.org/wp-admin/tools.php?page=domainmapping

    you should be seeing an input box to put in the actual domain name you want to map.

    I'm testing this exact plugin, and I know it works. :)

  12. linoobie
    Member
    Posted 13 years ago #

    Hallelujah! Didn't realize I was at

    /wp-admin/wpmu-admin.php?page=dm_admin_page

    instead of

    /wp-admin/tools.php?page=domainmapping

    Thanks Andrea.

  13. linoobie
    Member
    Posted 13 years ago #

    Oooh one other thing i wanted to ask..

    is it possible to map say, "subdomain.jtmediamarketing.com" to "jtmediamarketing.consumersreviews.org"?

  14. andrea_r
    Moderator
    Posted 13 years ago #

    Yes. Use a cname instead of an A record.

About this Topic

  • Started 13 years ago by linoobie
  • Latest reply from andrea_r