Quote:
Originally Posted by KW802
PROBLEM: When displaying 'content.php' for a virtual site, a different default CMS page should be shown.- SOLUTION: Add 'cms_default_page' to the list of options getting parsed. (Added as of this post in response to a PM request).
|
Sticky, what this means for you is to add this line...
Code:
cms_default_page=644
... to your second site. The end result should be that when somebody visits SiteA.com/content.php they will see the normal CMS page but when they visit SiteB.com/content.php then they will see the page for section 644.
Please let me know if that is what you hand in mind, thanks.