The MU forums have moved to WordPress.org

Domain mapping with wordpress (4 posts)

  1. mohitkr05
    Member
    Posted 14 years ago #

    Wpmu latest version +buddypress 1.1 beta

    I parked my domain on my website on which i wanted to map the domain.
    Installed the plugin, configured wpconfig for sunrise.php
    plugin is working fine

    i created a blog and then changed its address to the new domain.

    the problem is that when i try to login in the link

    http://newdomain.com/wp-login.php

    i am not able to sign in.

    any help

  2. TechTimmy
    Member
    Posted 14 years ago #

    Just had similar issues

    Try clearing all your cookies and cache.

    If that doesn't work insert this at the top of your wp-config.php file

    // Hack for redirect loop per http://mu.wordpress.org/forums/topic.php?id=9872
    define('ADMIN_COOKIE_PATH', '/');
    define('COOKIE_DOMAIN', '');
    define('COOKIEPATH', '');
    define('SITECOOKIEPATH', '');

    Then clear all your cookies and cache again. Should work :)

  3. andrea_r
    Moderator
    Posted 14 years ago #

    "i created a blog and then changed its address to the new domain. "

    And you changed the address via the domain mapping plugin?

  4. mohitkr05
    Member
    Posted 14 years ago #

    Thanks andrea,

    I made a mistake there

About this Topic

  • Started 14 years ago by mohitkr05
  • Latest reply from mohitkr05