Results 871 to 880 of 2247

Threaded View

  1. #11
    Join Date
    Apr 2008
    Location
    South Florida
    Posts
    197
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Don't trash everything...

    Take the template from site2 and put it in site1's template folder.

    Do a database dump of site2 or print all your config if you have allot of custom stuff (image sizes, etc)

    Install the multisite module and create your config files..

    You should have one for each store..

    site1.mydomain.com_config.php
    site2.mydomain.com_config.php

    The site1 config should have at the least
    PHP Code:
    <?php
    $template_dir 
    "site1template";
    define('SITE_NAME','site1');
    define('HTTP_SERVER''http://site1.mydomain.com');
    ?>
    Duplicate the site1 config and rename it to the site2 config as above.

    Go into admin and run the multisite tool. Select "display configuration for a new site"

    Copy that data and paste it in under the above php code in the site2 config file. Make all the necessary changes to the site2 config.. HINT.. You only need to have the lines that are differant but I leave the others in commented out in case I ever need to make changes.

    Once this is done you or your hosting company will need to make the domain name changes... Be careful if you use an alias. It is important that the request comes to the server for the alternate domain name, I have seen CNAME records not work.
    Last edited by fotofx; 23 Nov 2009 at 10:05 PM. Reason: Corrections

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 116
    Last Post: 31 Dec 2025, 11:36 AM
  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

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