knegus Posted June 2, 2004 Posted June 2, 2004 Where do I make the modifications to the SSL information // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.financialremedies.biz'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.financialremedies.biz'); define('HTTPS_CATALOG_SERVER', 'https://www.financialremedies.biz'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/htdocs/nightinvegas/financialremedies/www/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/htdocs/nightinvegas/financialremedies/www/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/htdocs/nightinvegas/financialremedies/www/'); // absolute path required :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.