Title: superheart's Replies | WordPress.org

---

# superheart

  [  ](https://wordpress.org/support/users/superheart/)

 *   [Profile](https://wordpress.org/support/users/superheart/)
 *   [Topics Started](https://wordpress.org/support/users/superheart/topics/)
 *   [Replies Created](https://wordpress.org/support/users/superheart/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/superheart/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/superheart/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/superheart/engagements/)
 *   [Favorites](https://wordpress.org/support/users/superheart/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Domainer] moving from wpmudev domain mapping to your plugin](https://wordpress.org/support/topic/moving-from-wpmudev-domain-mapping-to-your-plugin/)
 *  [superheart](https://wordpress.org/support/users/superheart/)
 * (@superheart)
 * [9 years ago](https://wordpress.org/support/topic/moving-from-wpmudev-domain-mapping-to-your-plugin/#post-9300611)
 * 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://%](https://%){
   SERVER_NAME}/$1 [R,L]

Viewing 1 replies (of 1 total)