I made changes and could create the site.
However it created 2 sites at once:
1
wholesaleGRIPS
GOLFslinger.com
www.wholesalegrips.com
www.octopusgolf.com localhost shootpar_joomla wsg_ shootpar_joomla Confirmed
2
wholesalegrips
GOLFslinger.com localhost shootpar_joomla wsg_ shootpar_joomla
this is what I see in Manage Sites.
At multisites folder 2 folders were created:
- wholesaleGRIPS: with config_multisites.php and index.php file.
- wholesalegrips: with a full copy of the master site
I have choose to share DB but no vendor for virtuemart. Taking a look on the phpMyAdmin I saw ALL the tables replicated.
this is the template:
$templates['Virtuemart'] = array(
'fromSiteID' => ':master_db:',
'groupName' => '',
'sku' => '',
'title' => 'wholesaleGRIPS.com',
'description' => '',
'validity' => '0',
'validity_unit' => 'days',
'maxsite' => '0',
'expireurl' => '',
'toDomains' => array( '
www.wholesalegrips.com', '
www.OctopusGOLF.com'),
'toSiteID' => '{site_prefix}',
'shareDB' => '',
'adminUserID' => '62',
'adminUserLogin' => '',
'adminUserName' => '',
'adminUserEmail' => '',
'adminUserPsw' => '',
'toPrefix' => 'wsg_',
'deploy_dir' => '/home/shootpar/public_html/multisites/wholesalegrips',
'deploy_create' => 'on',
'toFTP_enable' => '[unselected]',
'toFTP_user' => 'admin',
'toFTP_psw' => 'sh00tpar',
'symboliclinks' => array( '.smileys' => array( 'action' => 'SL'),
'administrator' => array( 'action' => 'SL'),
'cache' => array( 'action' => 'mkdir', 'readOnly' => '1'),
'cgi-bin' => array( 'action' => 'SL'),
'components' => array( 'action' => 'SL'),
'images' => array( 'action' => 'special'),
'includes' => array( 'action' => 'SL'),
'installation' => array( 'action' => 'dirlinks'),
'language' => array( 'action' => 'SL'),
'libraries' => array( 'action' => 'SL'),
'logs' => array( 'action' => 'mkdir', 'readOnly' => '1'),
'media' => array( 'action' => 'SL'),
'modules' => array( 'action' => 'SL'),
'multisites' => array( 'action' => 'SL'),
'plugins' => array( 'action' => 'SL'),
'templates' => array( 'action' => 'copy'),
'tmp' => array( 'action' => 'mkdir', 'readOnly' => '1'),
'u62' => array( 'action' => 'SL'),
'xmlrpc' => array( 'action' => 'SL'),
'.ftpquota' => array( 'action' => 'SL'),
'.htaccess' => array( 'action' => 'SL'),
'CHANGELOG.txt' => array( 'action' => 'SL'),
'README.txt' => array( 'action' => 'SL'),
'data.php' => array( 'action' => 'SL'),
'error_log' => array( 'action' => 'SL'),
'htaccess.txt' => array( 'action' => 'SL'),
'php_errorlog' => array( 'action' => 'SL'),
'robots.txt' => array( 'action' => 'SL'),
'sitemap.xml' => array( 'action' => 'SL'),
'index.php' => array( 'action' => 'redirect', 'readOnly' => '1'),
'index2.php' => array( 'action' => 'redirect', 'readOnly' => '1')),
'dbsharing' => array( 'dbsh_UserSharing' => 'Joomla', 'dbsh_VirtueMart' => 'noVendor'));
What I need:
- Fully share website (same source for both, only template differences)
- All database shared including users, only vendor is site specific
- why the 2 sites created at once? Should not be only one?
Many thanks,
Eduardo