You are here:  » Multisite multiple sites using one pt


Multisite multiple sites using one pt

Submitted by marco@flapper on Mon, 2012-10-22 10:44 in

Hi,
Trying to get the settings right if I want to have two (or more) sites going to the same PT.

Example:
I have two Wordpress multisites with PT with site id 4 (domain4.mysite.com) and another site with pt with site id 5 (domain5.mysite.com).

I configured domain4.mysite.com:
Base HREF: http://domain4.mysite.com/pt_%MU_ID%/
Install Path: /home/accountname/public_html/pt_%MU_ID%/
$config_databaseTablePrefix: pt_%MU_ID%_

And now I just want the PT plugin on domain5.mysite.com to use the data of domain4.mysite.com, so I tried this but it doesn't work:
Base HREF: http://domain5.mysite.com/pt_4/
Install Path: /home/accountname/public_html/pt_4/
$config_databaseTablePrefix: pt_4

Probably the settings above are not right?

Submitted by support on Mon, 2012-10-22 11:23

Hi Marco,

The Base HREF setting on domain5.mysite.com looks incorrect:

Base HREF: http://domain5.mysite.com/pt_4/

...since the pt_4 Price Tapestry installation is actually on domain4, so that I think should be:

Base HREF: http://domain4.mysite.com/pt_4/

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by marco@flapper on Mon, 2012-10-22 11:39

Thanks