Hi everyone! Need a little help here. Has anyone had any success putting there CC on a Windows server? I have php and mysql installed, But having a time with the root path. I can't figure the root path. Any help would help. Thanks in advance. Bandit
The root path I believe is from the root of the drive you have installed on.
Eg. I have a tester version of Cube Cart on this path: C:\Program Files\Apache Group\Apache2\htdocs\Store (all though it could have the slashes the other way around - / instead of \)
All depends where your htdocs folder is setup.
bandit123
Jan 22 2007, 11:31 PM
Hi JasonO I think my path is this C:\Inetpub\vhosts\carmensboutiqueonline.com\httpdocs\shopping but I now get this error... Parse error: parse error, unexpected T_STRING in C:\Inetpub\vhosts\carmensboutiqueonline.com\httpdocs\shopping\includes\global.inc.php on line 10 Here is my config.php... <?php $glob['dbdatabase'] = 'Jim54'; $glob['dbhost'] = 'jim54@localhost'; $glob['dbpassword'] = 'carmen'; $glob['dbprefix'] = ''; $glob['dbusername'] = 'Jim54'; $glob['installed'] = '1'; $glob['rootDir'] = 'C:\Inetpub\vhosts\carmensboutiqueonline.com\httpdocs\shopping'; $glob['rootRel'] = '\shopping\'; $glob['storeURL'] = 'http://www.carmensboutiqueonline.com/shopping/'; ?>
any ideas Bandit
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.