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

InstallGuide

deniaz edited this page May 13, 2012 · 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. Select whether to exit after loading the Page template. This will execute exit(0);.
  6. Save.
  7. You're ready to rumble.

Concercning #7: You can write your own page template for your My Regular Product Page and assign it to your page. DMS will automatically display it. With exit activated, the script will stop executing after the template is loaded. Otherwise the default WordPress stuff will run.

Clone this wiki locally