Forums / Setup & design / Test & production sites (RootNode setting not working)
Alexandre Abric
Thursday 02 March 2006 7:52:18 am
Hi,
I would like to have a set up where under the main node (NodeId=2), I have 2 folders : - "Production web site" (nodeid=30): the current public web site- "Test web site" (nodeid=40) : the next version of the web site to be released
My problem is when I set up :
site.ini
[SiteSettings] IndexPage=/content/view/full/30
content.ni
[NodeSettings] RootNode=30
on my main site access, the URLs look like:http://www.fqdn.com/siteaccess/<b>production_web_site</b>/mypage
The RootNode=30 seems to have no effect (eZ 3.7.1) ! And I want to eliminate "production_web_site" from the URL !
How can I switch between those sites properly, without having strange urls ?
Thanks