biapar Posted October 30, 2002 Share Posted October 30, 2002 How can I setup dir with IIS? I can use / or ... :?: Link to comment Share on other sites More sharing options...
dahammer2 Posted October 30, 2002 Share Posted October 30, 2002 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.