• Im using wpmudev domain mapping but not happy with their service generally. I would like to move to your plugin. Please advise on the best steps to migrate with minimal disruption. I currently have 5 sites active and 10 sites deactivated.

Viewing 1 replies (of 1 total)
  • I had the same issue with wpmudev. I only want to use the domain mapping plugin but the premium cost of 45 dollars a month is not worth it. I have switched to this plugin and took me less than a minute to switch. I uninstalled the old plugin, installed domainer, mapped the domains and it works fine.

    When you use ssl on your website and want to force to show the https:// then you have to add the following code in your .htaccess. In the wpmudev you can selected this option. With domainer you have to do it manually.

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]

Viewing 1 replies (of 1 total)
  • The topic ‘moving from wpmudev domain mapping to your plugin’ is closed to new replies.