<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : [help!] Multiple installations setup</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 13 May 2026 18:13:24 -0000</pubDate>

		<item>
			<title>tensh</title>
			<description><![CDATA[<p>
	Thanks, I'll try it :)</p>
]]></description>
			<pubDate>Ср, 13 Бер 2013 10:52:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7346&d=0#post37211]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=37057#37057">#37057</a> <strong>tensh: </strong><br /><p>
		I'm pretty okay so far with what I've done, the only think is that I would like to single-log in into all instances.</p>
</blockquote>
<p>
	If you don't use multiuser on you site (only one admin user) you can try use same $cfg['site_id'] for all subdomains. (I'm not tested it so I'm not sure it will works.)</p>
<p><strong>Добавлено 28 минуты спустя:</strong></p><p>
	And set «cookiedomain» to point to main domain.</p>
]]></description>
			<pubDate>Ср, 13 Бер 2013 09:40:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7346&d=0#post37210]]></link>
		</item>
		<item>
			<title>Eugene</title>
			<description><![CDATA[<p>
	Hello, <strong>tensh</strong>!</p>
<p>
	please, share you experience...</p>
<p>
	Did you solve problem with no single-login?</p>
<p>
	Did you try to share other db tables? What about <em>cot_extra_fields</em> or <em>cot_structure</em>?</p>
]]></description>
			<pubDate>Ср, 13 Бер 2013 06:37:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7346&d=0#post37207]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[<p>
	Well, at first I wanted to have each page list as a subdomain, but I've ran into problems (see my previous post in this forums)</p>
<p>
	It will be a very simple site, using some plugins and only page, pfs, rss modules. Yes, there will be different themes. It will be a portfolio site that will cover totally different areas of interest. That's why each portfolio will be in a subdomain.</p>
<p>
	I'm pretty okay so far with what I've done, the only think is that I would like to single-log in into all instances.</p>
]]></description>
			<pubDate>Ср, 20 Лют 2013 07:22:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7346&d=0#post37057]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>
	What aims you want to achieve with «multisites» (different visual themes with shared users DB)? </p>
<p>
	What domains or site names will be used for different of you sites (completelly different domain names, diff. subdomains or diff subfolders of same domain)?</p>
<p>
	 </p>
]]></description>
			<pubDate>Вт, 19 Лют 2013 20:33:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7346&d=0#post37056]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[<p>
	Hi;</p>
<p>
	Because I've encountered many problems with subdomains and wildcards, I decided to setup a multi-instance website. The question is: how to do it?</p>
<p>
	Can I just install Cotonti 3 times, but make it share the user table (by changing the prefix of table in config)? How about sharing pfs, sessions/users? Do you have any experience with it?</p>
<p>
	I won't be using different databases, just change prefixes I think.</p>
<p>
	<strong>Added 2 hours later:</strong></p>
<p>
	 </p>
<div>
	This is my setup:</div>
<div>
	- I have multihost enabled.<br />
	- I copied site ID to the installation in subdomain</div>
<div>
	 </div>
<div>
	Do I miss anything?</div>
<div>
	 </div>
<div>
	$db_x= 'cota_'; // Default: cot_, prefix for extra fields' table(s)<br />
	$db_xx= 'cot_'; // Default: cot_, prefix for extra fields' table(s)</div>
<div>
	 </div>
<div>
	$db_auth= $db_xx.'auth';<br />
	$db_cache = $db_x.'cache';<br />
	$db_cache_bindings= $db_x.'cache_bindings';<br />
	$db_core= $db_x.'core';<br />
	$db_config = $db_x.'config';<br />
	$db_groups = $db_xx.'groups';<br />
	$db_groups_users = $db_xx.'groups_users';<br />
	$db_logger = $db_x.'logger';<br />
	$db_online = $db_xx.'online';<br />
	$db_extra_fields= $db_x.'extra_fields';<br />
	$db_plugins = $db_x.'plugins';<br />
	$db_structure = $db_x.'structure';<br />
	$db_updates= $db_x.'updates';<br />
	$db_users = $db_xx.'users';<br />
	$db_pfs= $db_xx.'pfs';<br />
	$db_pfs_folders = $db_xx.'pfs_folders';</div>
<p>
	<strong>Added 14 minutes later:</strong></p>
<p>
	It seems that I have problems with permissions... :/</p>
<p>
	I need some advice. Hmm... rename some modules to prevent mess?</p>
<p><strong>Added 1 hours later:</strong></p><p>
	Edit2: okay, I separated auths for each site. Only groups, users and pfs tables are shared.</p>
<p><strong>Added 5 minutes later:</strong></p><p>
	I also turned off auth cache.</p>
<p>
	So far it looks good.</p>
<p><strong>Added 3 hours later:</strong></p><p>
	Hot to log in and out into/from all subdomains? So far I have to log in separately to each subdomain instance.</p>
]]></description>
			<pubDate>Вт, 19 Лют 2013 08:51:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7346&d=0#post37050]]></link>
		</item>
	</channel>
</rss>