Guest Posted May 29, 2007 Posted May 29, 2007 My web servers are windows 2003 based can oscommerce be run on them with PHP and mysql
Guest Posted May 29, 2007 Posted May 29, 2007 My web servers are windows 2003 based can oscommerce be run on them with PHP and mysql you mean IIS? yea it will run, but you may have problems with contributions/plugins that require server config/scripts. In which case you gonna need an "emulator" for apache and so it's better to go with apache/linux in the first place.
Jeffrey Chaucer Posted June 1, 2007 Posted June 1, 2007 My web servers are windows 2003 based can oscommerce be run on them with PHP and mysql I am running on WIN2K3 and while everything seems to be working the email is not. The standard setting for Windows would be SMTP however with the WIN2K3 OS SMTP is no longer supported, instead relying on CDOSYS. As such you need authentication to an SMTP server. Oops, let me rephrase, you need to supply a proper hostname entry and hope your ISP is not requiring authentication.
Jeffrey Chaucer Posted June 1, 2007 Posted June 1, 2007 I am running on WIN2K3 and while everything seems to be working the email is not. The standard setting for Windows would be SMTP however with the WIN2K3 OS SMTP is no longer supported, instead relying on CDOSYS. As such you need authentication to an SMTP server. Oops, let me rephrase, you need to supply a proper hostname entry and hope your ISP is not requiring authentication. Change the /admin/includes/configure.php and the /catalog/includes/configure.php files, specifically this line, define('HTTP_SERVER', '); // eg, http://localhost or - https://localhost should not be NULL for productive servers to this, define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.