Zen Cart Logo
Forums / All Other Contributions/Addons / MultiSite Module Support Thread

MultiSite Module Support Thread

Views: 580,160

Results 1,101 to 1,120 of 2,247
27 Jan 2010, 16:12
#1101
pink avatar

pink

New Zenner

Join Date:
May 2009
Posts:
64
Plugin Contributions:
0

MultiSite Module Support Thread

Go to the categories you want to have listet and place in the category description field this as text in:

<!--morrisgiftshop-->

Or go to:
admin -> tools -> Multisite Tools -> Display the relations Categories/Sites

Got it?

27 Jan 2010, 16:16
#1102
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

Pink:

Go to the categories you want to have listet and place in the category description field this as text in:

<!--morrisgiftshop-->

Or go to:
admin -> tools -> Multisite Tools -> Display the relations Categories/Sites

Got it?

What am I looking for under the configuration?

27 Jan 2010, 16:33
#1103
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

Nevermind I got it running

27 Jan 2010, 16:43
#1104
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

Ok, I need help getting my marchforbabies.morrisgiftshop.biz do I need to put a ZC in that sub-directory to make it work?

27 Jan 2010, 16:55
#1105
pink avatar

pink

New Zenner

Join Date:
May 2009
Posts:
64
Plugin Contributions:
0

Re: MultiSite Module Support Thread

bkeaton:

Ok, I need help getting my marchforbabies.morrisgiftshop.biz do I need to put a ZC in that sub-directory to make it work?

All domains for multisite MUST be configured to the same server directory. If you can't figure out how to do this ask your hosting-provider.

27 Jan 2010, 16:57
#1106
pink avatar

pink

New Zenner

Join Date:
May 2009
Posts:
64
Plugin Contributions:
0

Re: MultiSite Module Support Thread

Or just RTFM.

27 Jan 2010, 16:59
#1107
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

Pink:

Or just RTFM.

I did all that and you are so "Rude", but I have my subdomain set up to marchforbabies.morrisgiftshop.biz but what I am asking is do I need a Zen Cart in the marchforbabies.morrisgiftshop.biz subdirectory to make it work?

27 Jan 2010, 17:20
#1108
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

Matter of fact there is no domain.com for marchforbabies. Just a sub-directory

27 Jan 2010, 17:53
#1109
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: MultiSite Module Support Thread

do I need a Zen Cart in the marchforbabies.morrisgiftshop.biz subdirectory to make it work?
No, you don't.

27 Jan 2010, 17:56
#1110
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

Ok thank you, when I set up for the march for babies. I have set the marchforbabies.morrisgiftshop.biz_config.php

<?php $template_dir = "example"; define('SITE_NAME','marchforbabies'); define('HTTP_SERVER', 'http://marchforbabies.morrisgiftshop.biz'); define('HTTPS_SERVER', 'https://marchforbabies.morrisgiftshop.biz'); define('CATEGORIES_ROOT','0'); //root categories is 1 for this site ?>

then nothing will pull up what do I need to from there

27 Jan 2010, 18:30
#1111
pink avatar

pink

New Zenner

Join Date:
May 2009
Posts:
64
Plugin Contributions:
0

Re: MultiSite Module Support Thread

bkeaton:

Matter of fact there is no domain.com for marchforbabies. Just a sub-directory

lol

access this (with your browser) an take a very close look at:

http://morrisgiftshop.biz/

you will get: the domain morrisgiftshop.biz does not exist.

this means, that you do have no morrisgiftshop.biz_config.php

copy the www.morrisgiftshop.biz_config.php and rename it to morrisgiftshop.biz_config.php, this will solve the problem.

http://www.morrisgiftshop.biz/

you will get: your shop
thats ok

by the way, www is a subdomain too (as marchforbabies is), the domain ist just morrisgiftshop.biz. Subdirectories are something different.

http://marchforbabies.morrisgiftshop.biz/

you will get: Forbidden
You don't have permission to access / on this server.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at marchforbabies.morrisgiftshop.biz Port 80

that means, that your subdomain-configuration of the apache webserver is not ok.

if it were ok, you would get or 1. or some kind of 2.

by the way: "rude" is not to read and think about the answers you get here. :no:

27 Jan 2010, 18:38
#1112
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

So what do I need to do to get the http://marchforbabies.morrisgiftshop.biz going.

27 Jan 2010, 18:51
#1114
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

Pink:

You need to read and think about:

http://www.zen-cart.com/forum/showpost.php?p=834406&postcount=1096 point 2.

or

http://www.zen-cart.com/forum/showpost.php?p=834529&postcount=1104

this what I have for march for babies:

marchforbabies.morrisgiftshop.biz_config.php

<?php $template_dir = "example"; define('SITE_NAME','marchforbabies'); define('HTTP_SERVER', 'http://marchforbabies.morrisgiftshop.biz'); define('HTTPS_SERVER', 'https://marchforbabies.morrisgiftshop.biz'); define('CATEGORIES_ROOT','0'); //root categories is 1 for this site ?>
27 Jan 2010, 18:56
#1115
pink avatar

pink

New Zenner

Join Date:
May 2009
Posts:
64
Plugin Contributions:
0

Re: MultiSite Module Support Thread

That's ok. I toled you where to look for the problem. These config files you post here are issue of zen-cart.

Your problem is not there. Your problem is the server-config of apache. You handel this e.x. with plesk-admin or whatever your provider installed to manage the servers.

So, thank you for your questions. CU

27 Jan 2010, 18:58
#1116
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

What do I need to tell my server to get it going?

27 Jan 2010, 20:05
#1117
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

What do I need to tell the my server to get it fix so I can get it going?

27 Jan 2010, 20:24
#1118
balihr avatar

balihr

Totally Zenned

Join Date:
Oct 2008
Location:
Croatia
Posts:
1,768
Plugin Contributions:
20

Re: MultiSite Module Support Thread

:no:
Are you really going to ask a question for every step?
First of all, you didn't bother reading the documentation. OK, maybe you did but didn't understand it. Well, read again.
Then, after not understanding the documentation, you could have read the entire support thread. a 100 pages? yes. All, and I repeat ALL of your questions have already been answered in previous posts. So, you could have simply read it and do it yourself.
But no, you thought it's better to ask a question every step of the way... OMG...:lamo:
Now, for your last question, you can find the answer here
And, c'mon, do us all a favor and try searching and reading this forum for answers on your problems. I bet at least 90% of your questions have probably been answered before...

27 Jan 2010, 21:37
#1119
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: MultiSite Module Support Thread

balihr:

You don't need ANY files in your site2 subdomain! Are you using linux hosting? Do you have a cpanel? If so, when you create a new subdomain, it asks you for a directory root. Just write shop1 name instead of shop2 and that's it. No redirections!
You can see my cpanel screenshot in the attached pics. Pic1 is creating a regular subdomain and pic2 is what you need to do so that shop2 "pulls" data from shop1.

Then, go to your includes/config_sites folder and create shop1.megatradecenter.com_config.php and shop2.megatradecenter.com_config.php

Under shop1_config, put your first template name, something like this:

<?php $template_dir = "your_template_1"; define('SITE_NAME','site1'); define('HTTP_SERVER', 'http://shop1.megatradecenter.com'); define('STORE_NAME','Shop1_name'); //Store Name ?>
> **Change your_template_1 to the one you're using.**
> 
> Do the same for shop2_config, something like this:
> ```
<?php
$template_dir = "your_template_2";
define('SITE_NAME','site2');
define('HTTP_SERVER', 'http://shop2.megatradecenter.com');
define('STORE_NAME','Shop2_name'); //Store Name
?>

When finished, it should work.

well there is a problem when I create a subdomain the only options it gives me is

Folder:
Same as Subdomain
or
Create or Select a folder.

I doesn't give me a option to select a root directory.

27 Jan 2010, 21:42
#1120
balihr avatar

balihr

Totally Zenned

Join Date:
Oct 2008
Location:
Croatia
Posts:
1,768
Plugin Contributions:
20

Re: MultiSite Module Support Thread

And did you **try **to see what happens if you select any of those?

You can name your subdomain, right? And it gives you the two option listed? Well, I'd go for the second one and choose the proper folder...