Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems configuring oscommerce


poohbeer

Recommended Posts

http://forums.devshed.com/showthread.php?t...?threadid=36636 discribes my problem 100% but no real sollution is given there.

It must be something in the configfiles but since I'm totaly new to apache, php, mysql and oscommerce it's a bit hard troubleshooting for me.

apache, php and mysql are installed fine by using PHPDEV from http://www.firepages.com.au. Tested these and they do work.

 

 

I'm trying to install all to my xp machine under localhost. Can anybody confirm that following code is correct? I'm quite uncertain for the http_server and https_server variables but not 100% sure of anything else either :(

Any config file available on request!

 

// define our webserver variables

// FS = Filesystem (physical)

// WS = Webserver (virtual)

 define('HTTP_SERVER', 'http://localhost/');

 define('HTTPS_SERVER', 'https://localhost/');

 define('ENABLE_SSL', 1); // ssl server enable(1)/disable(0)

 define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT . '/');

 define('DIR_FS_LOGS', '/logs/');

 define('DIR_WS_CATALOG', '/catalog/');

 define('DIR_WS_IMAGES', 'images/');

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...