Ok, I have read all instructions and searched through this thread and cannot find a resolution to the issue I am having. I have also posted this to the "MultiSite and Subfolders" thread, but I don't know if the person who set-up that mod is still around - so I'm hoping that someone here might have an answer for me. I cannot use subdomains - have to use the subfolders. So I've installed the changed/modified "sites_switch.php" file from the subfolder "mod" to this add-on.
However, I can't seem to get it quite working properly.
I am getting a blank page when I view the subfolder page or the main store page too....
Here is the install domain of zencart:
http://zencart.apps.monas.com/
Here is the subfolder:
http://zencart.apps.monas.com/gpwalshcoaching/
In my subfolder I have an index.php file with the following in it:
Code:
<?
header( "HTTP/1.1 301 Moved Permanently" );
header( "Status: 301 Moved Permanently" );
header( "Location: http://zencart.apps.monas.com/" );
exit(0); // This is Optional but suggested, to avoid any accidental output
?>
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.
I have searched through the thread for the standard version of this add-on and read the newly posted full instruction page (thank you very much for posting that
)
I'm hoping that someone here can help me. I am obviously missing something, but I just can't seem to figure out what I am missing/haven't done correctly.
Thank you very much for your time and assistance,
Liz
Bookmarks