I'm hoping that you are still "around" and reading this or that you will get a notification of the reply.
I have installed multi-site on a client's site - and I need to use subdomains, so I was very happy to find your modification.
However, I can't seem to get it quite working properly.
I am getting a 403 forbidden error when I view the folder...
Here is the install domain of zencart:
http://zencart.apps.monas.com/
Here is the subfolder:
http://zencart.apps.monas.com/gpwalshcoaching/
This is my config file:
Code:
<?php
$template_dir = "nightfall";
define('SITE_NAME','gpwalshcoaching');
define('HTTP_SERVER', 'http://zencart.apps.monas.com/');
define('HTTPS_SERVER', 'https://zencart.apps.monas.com/');
define('CATEGORIES_ROOT','1'); //root categories is 1 for this site
define('DIR_WS_CATALOG', 'http://zencart.apps.monas.com/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('PRODUCTS_OPTIONS_TYPE_SELECT','0'); //Product option type Select
define('UPLOAD_PREFIX','upload_'); //Upload prefix
define('TEXT_PREFIX','txt_'); //Text prefix
?>
I have assigned the categories in the admin-->tools-->Multisite section. But I am not getting anything at the default store page and I'm getting the 403 Forbidden error at the subfolder.
I have searched through the thread for the standard version of this add-on and the extra instructions that everyone has linked to are no longer available.
I'm hoping that you can help me.
Thank you,
Liz