Page 112 of 224 FirstFirst ... 1262102110111112113114122162212 ... LastLast
Results 1,111 to 1,120 of 2237
  1. #1111
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,597
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

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

  2. #1112
    Join Date
    May 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by bkeaton View Post
    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

  3. #1113
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,597
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Pink View Post
    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
    ?>

  4. #1114
    Join Date
    May 2009
    Posts
    64
    Plugin Contributions
    0

    Default 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

  5. #1115
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,597
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

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

  6. #1116
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,597
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

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

  7. #1117
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,616
    Plugin Contributions
    19

    Default Re: MultiSite Module Support Thread


    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...
    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...

  8. #1118
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,597
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by balihr View Post
    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:
    Code:
    <?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:
    Code:
    <?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.

  9. #1119
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,616
    Plugin Contributions
    19

    Default 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...

  10. #1120
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,597
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    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
    ?>

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 115
    Last Post: 20 Jul 2021, 04:00 PM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR