Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

InstallGuide

wlpdrpat edited this page Aug 14, 2013 · 4 revisions

How to Install WP DMS

  1. Point all domains to your Server
  2. In your vhost-conf file point all these domains to your WordPress vhost

ServerName www.mycompany.com ServerAlias www.myregularproduct.com ServerAlias www.myspecialproduct.com

  1. Install DMS via WordPress Plugin Page
  2. Create WP Pages (My Regular Product / My Special Product)
  3. Go to Settings -> DMS Options
  4. Enter your domain (www.myregularproduct.com) and select the corresponding WP Page (My Regular Product)
  5. Save.
  6. You're ready to rumble.

Additional steps for Multisite use with Domain Mapping and Multi-Domain plugins from premium.wpmudev.org

  1. Point all domains to your Server
  2. In your vhost-conf file point all these domains to your WordPress vhost

ServerName www.mycompany.com ServerAlias www.myregularproduct.com ServerAlias www.myspecialproduct.com

  1. Install DMS via WordPress Network Plugin Page
  2. Network Activate DMS plugin
  3. Uncomment the following line of code (line 31) wp-content/plugins/domain-mapping/domain-mapping.php

define('DOMAINMAPPING_ALLOWMULTI','yes');

Note: use network plugin editor go to network admin -> Plugins -> Editor -> select Domain Mapping plugin -> choose domain-mapping.php -> uncomment line 31 -> save changes.

  1. Go to Tools -> Domain Mapping and add the additional domains per blog.
  2. Create WP Pages (My Regular Product / My Special Product)
  3. Go to Settings -> DMS Options
  4. Enter your domain (www.myregularproduct.com) and select the corresponding WP Page (My Regular Product)
  5. Save.
  6. You're ready to rumble.
Clone this wiki locally