I would like to know if its possible to have different stores on different servers with a multistore configuration.
Following one of these tutorials
http://www.templatemonster.com/help/magento-how-to-set-up-and-manage-multiple-stores.html
You can have different stores on different domains but they should point on the same machine, (I guess), as I receive this error:
http://secondarydomain.it/app/Mage.php was not found
To clarify I have 1 Magento install with 2 stores
store1
store2
on domain1/server1
and
I would like to have again the store2 on domain2/server2, and be able, as user, to buy and search products through store 2.
My question is: it is possible to have something like this or multistore just work on a single server?