<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Running multiple Magento stores on multiple domains from a single index.php</title>
	<atom:link href="http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/</link>
	<description>Taking a run up at the world of Magento</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:20:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Roy</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-226</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Fri, 11 Jun 2010 00:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-226</guid>
		<description>Hi,
  I am trying do another type of setup, for example my main url is 

company.com and I am selling from companystore.com , but when checkout I want it to checkout from company.com. The problem is the store can add product but when checkout it going to another URL and it shows cart is empty.

Anyone knows the problem.

regards</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I am trying do another type of setup, for example my main url is </p>
<p>company.com and I am selling from companystore.com , but when checkout I want it to checkout from company.com. The problem is the store can add product but when checkout it going to another URL and it shows cart is empty.</p>
<p>Anyone knows the problem.</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conec</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-213</link>
		<dc:creator>conec</dc:creator>
		<pubDate>Mon, 08 Mar 2010 05:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-213</guid>
		<description>Hi,

I have Multiple Web Sites and Stores - each are diferent providers from different locations all over the world.

I want the customer to be able to buy from any of those &quot;Web Site&quot; or &quot;Store&quot; - and to checkout from the main WebSite &quot;Base&quot;.

-I need in the Global Cart, the total amount of purchases + all shipping fees.

A idea?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have Multiple Web Sites and Stores &#8211; each are diferent providers from different locations all over the world.</p>
<p>I want the customer to be able to buy from any of those &#8220;Web Site&#8221; or &#8220;Store&#8221; &#8211; and to checkout from the main WebSite &#8220;Base&#8221;.</p>
<p>-I need in the Global Cart, the total amount of purchases + all shipping fees.</p>
<p>A idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jools Wills</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-209</link>
		<dc:creator>Jools Wills</dc:creator>
		<pubDate>Fri, 19 Feb 2010 22:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-209</guid>
		<description>not sure how google will treat the page linking css from the other site in terms of rank, but you should be able to make it pull in the css etc from the current URL. Please check you have set the baseurl for each website, to the correct domain in the Magento admin (/index.php/admin/system_config/edit/section/web/)</description>
		<content:encoded><![CDATA[<p>not sure how google will treat the page linking css from the other site in terms of rank, but you should be able to make it pull in the css etc from the current URL. Please check you have set the baseurl for each website, to the correct domain in the Magento admin (/index.php/admin/system_config/edit/section/web/)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-207</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 15 Feb 2010 10:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-207</guid>
		<description>Dear all,

I would greatly appreciate your advice. I think I face an SEO issue with the configuration of my multi web sites. Here you are what I have :

site.fr
site.com
site.de
site.ru
site.cn

When I look the code source they all get their “stylesheet” from an other domain : site.info

For example the site.com code source is :

link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://www.site.info/skin/frontend/sitecom/site/css/reset.css&quot; media=&quot;all&quot; /&gt;
link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://www.site.info//skin/frontend/sitecom/site/css/boxes.css&quot; media=&quot;all&quot; /&gt;


When I look the magento mall example it is more like i should have somthing like that :

link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://www.site.com/skin/frontend/sitecom/site/css/reset.css&quot; media=&quot;all&quot; /&gt;
link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://www.site.com/skin/frontend/sitecom/site/css/boxes.css&quot; media=&quot;all&quot; /&gt;

I do think that this is an SEO issue specilay for google. Would it be possible that google does not like the fact the some files of the code come from an other domain?

I wonder that because I am very well rank (1st or 2nd place) for more than 150 keywords on Yahoo, Baidou and Yandex, but I stay at 2nd or 3rd page one google.

What do you think of that?

Thank you for your answer</description>
		<content:encoded><![CDATA[<p>Dear all,</p>
<p>I would greatly appreciate your advice. I think I face an SEO issue with the configuration of my multi web sites. Here you are what I have :</p>
<p>site.fr<br />
site.com<br />
site.de<br />
site.ru<br />
site.cn</p>
<p>When I look the code source they all get their “stylesheet” from an other domain : site.info</p>
<p>For example the site.com code source is :</p>
<p>link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://www.site.info/skin/frontend/sitecom/site/css/reset.css&#8221; media=&#8221;all&#8221; /&gt;<br />
link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://www.site.info//skin/frontend/sitecom/site/css/boxes.css&#8221; media=&#8221;all&#8221; /&gt;</p>
<p>When I look the magento mall example it is more like i should have somthing like that :</p>
<p>link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://www.site.com/skin/frontend/sitecom/site/css/reset.css&#8221; media=&#8221;all&#8221; /&gt;<br />
link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://www.site.com/skin/frontend/sitecom/site/css/boxes.css&#8221; media=&#8221;all&#8221; /&gt;</p>
<p>I do think that this is an SEO issue specilay for google. Would it be possible that google does not like the fact the some files of the code come from an other domain?</p>
<p>I wonder that because I am very well rank (1st or 2nd place) for more than 150 keywords on Yahoo, Baidou and Yandex, but I stay at 2nd or 3rd page one google.</p>
<p>What do you think of that?</p>
<p>Thank you for your answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d00d</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-206</link>
		<dc:creator>d00d</dc:creator>
		<pubDate>Wed, 10 Feb 2010 01:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-206</guid>
		<description>dude! awesome awesome awesome. This is a really great way of making this happen. I wish I&#039;d found it earlier.</description>
		<content:encoded><![CDATA[<p>dude! awesome awesome awesome. This is a really great way of making this happen. I wish I&#8217;d found it earlier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viacheslav</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-202</link>
		<dc:creator>Viacheslav</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-202</guid>
		<description>I had the similar problem as Tal Mor, but in my case the solution was to put cookies path as &quot;/&quot; in Backend-&gt;System-&gt;Configuration-&gt;Web-&gt;Session Cookie management-&gt;Cookie Path</description>
		<content:encoded><![CDATA[<p>I had the similar problem as Tal Mor, but in my case the solution was to put cookies path as &#8220;/&#8221; in Backend-&gt;System-&gt;Configuration-&gt;Web-&gt;Session Cookie management-&gt;Cookie Path</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-125</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-125</guid>
		<description>http://www.magento-mall.com/

I want to develop the same site on my local machine (except design) but the functionality and url pattern should be same).
PLease help me Jools.

ANd shopping cart should share common in all store. and i have to implement in on my local machine and then to webserver.

Please help Jools waiting for u r valuable answer with the steps to be followed to implement it on local machine.
Thanks In advance</description>
		<content:encoded><![CDATA[<p><a href="http://www.magento-mall.com/" rel="nofollow">http://www.magento-mall.com/</a></p>
<p>I want to develop the same site on my local machine (except design) but the functionality and url pattern should be same).<br />
PLease help me Jools.</p>
<p>ANd shopping cart should share common in all store. and i have to implement in on my local machine and then to webserver.</p>
<p>Please help Jools waiting for u r valuable answer with the steps to be followed to implement it on local machine.<br />
Thanks In advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jai</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-124</link>
		<dc:creator>jai</dc:creator>
		<pubDate>Fri, 11 Sep 2009 10:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-124</guid>
		<description>Do i have to add firstly  the language folder like nl_NL ( for Dutch) for this on app/locale folder? .Or it needed only these changes.</description>
		<content:encoded><![CDATA[<p>Do i have to add firstly  the language folder like nl_NL ( for Dutch) for this on app/locale folder? .Or it needed only these changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MKG</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-99</link>
		<dc:creator>MKG</dc:creator>
		<pubDate>Mon, 22 Jun 2009 01:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-99</guid>
		<description>I am trying to get to the point where this is the issue:
http://www.magentocommerce.com/boards/viewthread/33300/
  I&#039;m pretty sure it is possible, I just don&#039;t know what to call.  BTW the domains are on the same host.  1 dedicated ip with SSL, the other is an add on domain (index.php , .htaccess, and with to codebase)</description>
		<content:encoded><![CDATA[<p>I am trying to get to the point where this is the issue:<br />
<a href="http://www.magentocommerce.com/boards/viewthread/33300/" rel="nofollow">http://www.magentocommerce.com/boards/viewthread/33300/</a><br />
  I&#8217;m pretty sure it is possible, I just don&#8217;t know what to call.  BTW the domains are on the same host.  1 dedicated ip with SSL, the other is an add on domain (index.php , .htaccess, and with to codebase)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jools Wills</title>
		<link>http://maglife.co.uk/2009/03/30/running-multiple-magento-stores-on-multiple-domains-from-a-single-indexphp/#comment-98</link>
		<dc:creator>Jools Wills</dc:creator>
		<pubDate>Mon, 22 Jun 2009 01:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=32#comment-98</guid>
		<description>I don&#039;t think you can do that. To share the cart, each store must live under a single website, and run from the same domain. Of course you could have store.domain and store2.domain (in that case you might need to set the cookie domain differently in the admin panel).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you can do that. To share the cart, each store must live under a single website, and run from the same domain. Of course you could have store.domain and store2.domain (in that case you might need to set the cookie domain differently in the admin panel).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
