Jump to content

install under iis 6.0...


Guest thiago_pescado

Recommended Posts

Guest thiago_pescado

my server cfg:

windows server 2003 sp1

iis 6.0

php 4.4.0

mysql ..forgot

-------------------------------------------

so...

1

global.inc.php

$glob['dbdatabase'] = 'db_name_here';

$glob['dbhost'] = 'localhost';

$glob['dbpassword'] = 'pass_here';

$glob['dbprefix'] = 'cube_';

$glob['dbusername'] = 'user_here';

$glob['installed'] = '1';

$glob['rootDir'] = 'c:/inetpub/wwwroot/cubecart';

$glob['rootRel'] = '/cubecart/';

$glob['storeURL'] = 'http://your_ip_or_machine_name/cubecart';

2. just create de tables (i will post)

that´s all

it´s working ok here..

i´m here to help !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...