So what do I need to do to get the http://marchforbabies.morrisgiftshop.biz going.
Printable View
So what do I need to do to get the http://marchforbabies.morrisgiftshop.biz going.
You need to read and think about:
http://www.zen-cart.com/forum/showpo...postcount=1096 point 2.
or
http://www.zen-cart.com/forum/showpo...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
?>
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
What do I need to tell my server to get it going?
What do I need to tell the my server to get it fix so I can get it going?
: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...
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...
I am waiting for it to setup. I would like to know if I got this site_config.php currectly
<?php
$template_dir = "red_passion";
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
?>