Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installing on IIS 5.0


biapar

Recommended Posts

How can I setup dir with IIS? I can use / or ... :?:

I have my test server for home development on iis, here's a sample of my conifg file, guessing this is what ya asking

 define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be NULL for productive servers

 define('HTTPS_SERVER', 'http://localhost'); // eg, https://localhost - should not be NULL for productive servers

 define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

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