poohbeer Posted February 28, 2003 Share Posted February 28, 2003 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 More sharing options...
toolcrazy Posted February 28, 2003 Share Posted February 28, 2003 Disable SSL. That should take care of it. Steve ------------------------- Link to comment Share on other sites More sharing options...
toolcrazy Posted February 28, 2003 Share Posted February 28, 2003 It look correct to me, as long as you are using /catalog/ as your root for the shop. Steve ------------------------- Link to comment Share on other sites More sharing options...
poohbeer Posted February 28, 2003 Author Share Posted February 28, 2003 ignore this thread... was using release2.1.. now found a nice guide vor 2.2 so trying again with that release :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.