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

    (@wpmuguru)

    You do not need domain mapping in new installs. You can edit the site URL to be the domain you want to map in Network Admin.

    Thread Starter lyn10

    (@lyn10)

    What do you mean? I want the domain to be in here. https://prntscr.com/bomh0a
    Something like this.
    https://prnt.sc/bomhax

    Plugin Author Ron Rennick

    (@wpmuguru)

    That column is added by the domain mapping plugin.

    In the second screenshot on the left is the Edit link. Click that & edit the URL to be the domain you want.

    Thread Starter lyn10

    (@lyn10)

    I have edited the URL can access the website but cant login to the admin dashboard ??

    Plugin Author Ron Rennick

    (@wpmuguru)

    What happens when you try to log in?

    I am having same issue as shown in screen-cast-o-matic.

    Does the new version of this plug in NOT need to have the target url listed after adding domain?

    The instructions above seem to edit the url in the site list and then works?

    Mine is close but not working properly…I go to site2.com and brings me to site1.com

    I can visit site1.com/site2

    what am I doing wrong?

    Albert

    (@planetshaker)

    I see the same problem now – It worked for years, now it just reloads without any changes when adding a domain…

    does anyone know how to resolve this problem!???

    whenever you edit the URL you get an Cookie Error and it won’t let you login

    Hello,

    I found a workaround for this problem, here is a video I did to show you how to fix this problem meanwhile.

    video: https://www.youtube.com/watch?v=X04PdZsru2c

    SQL TABLE CODE:

    — phpMyAdmin SQL Dump
    — version 4.4.10
    https://www.phpmyadmin.net

    — Host: localhost:3306
    — Generation Time: Jul 25, 2016 at 01:48 PM
    — Server version: 5.5.42
    — PHP Version: 5.6.10

    SET SQL_MODE = “NO_AUTO_VALUE_ON_ZERO”;
    SET time_zone = “+00:00”;


    — Database: wordpress_2

    — ——————————————————–


    — Table structure for table wp_domain_mapping

    CREATE TABLE wp_domain_mapping (
    id bigint(20) NOT NULL,
    blog_id bigint(20) NOT NULL,
    domain varchar(255) NOT NULL,
    active tinyint(4) DEFAULT ‘1’
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;


    — Indexes for dumped tables


    — Indexes for table wp_domain_mapping

    ALTER TABLE wp_domain_mapping
    ADD PRIMARY KEY (id),
    ADD KEY blog_id (blog_id,domain,active);


    — AUTO_INCREMENT for dumped tables


    — AUTO_INCREMENT for table wp_domain_mapping

    ALTER TABLE wp_domain_mapping
    MODIFY id bigint(20) NOT NULL AUTO_INCREMENT;

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Cannot add a domain on domain mapping.’ is closed to new replies.