Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Does Oscommerce Work On Windows 2003 Server


Guest

Recommended Posts

Posted

My web servers are windows 2003 based can oscommerce be run on them with PHP and mysql

Posted
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.

Posted
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.

Posted
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

Archived

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

×
×
  • Create New...