Yes that is it (but I do not think you need the www i did not include www for my site.)
if 'http://morrisgiftshop.biz' resolves to your site then you should remove the www. i don't think i accounted for www in this mod
Yes that is it (but I do not think you need the www i did not include www for my site.)
if 'http://morrisgiftshop.biz' resolves to your site then you should remove the www. i don't think i accounted for www in this mod
Do you have a couple links from your site I can take a look at?
Unfortunately I cannot post the link based on signed agreements. would make things a whole lot easier.
What exactly are you looking for via the link?
Because I want to see if that is what I am wanting to do on my site.
Plus I have a second site to test it with at www.mgs-test.com and each links goes to morrisgiftshop.biz why does it do that?
Last edited by wmorris; 5 Feb 2010 at 10:21 PM.
I did everything and if you go to http://morrisgiftshop.biz/marchforbabies/ its say "Page not Found"
what am I doing wrong
Ok I have made a file of morrisgiftshop.biz_marchforbabies_config.php
<?php
$template_dir = "example";
define('SITE_NAME','marchforbabies');
define('HTTP_SERVER', 'http://morrisgiftshop.biz');
define('HTTPS_SERVER', 'https://morrisgiftshop.biz');
define('CATEGORIES_ROOT','1'); //root categories is 1 for this site
?>
And nothing comes up. all it says "Page Not Found"
Last edited by wmorris; 5 Feb 2010 at 11:10 PM.
I guess no help then
Roylen,
Can you able to help me?
Thanks.
You need to follow the instructions for the multisite module exactly as written then replace the existing files with the two files I provided and change the config files as I described.
Did you follow the instructions here: http://www.medea.co.uk/dev/multisite...tions_0.4.html
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:
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.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 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