Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Confirmation of Changes to Configure.php file


majika

Recommended Posts

Posted

Hi,

 

Can someone help me to solve the exact way I am ment to have my configure.php looking like as I have a kind of unconventional setup for my Domains and Secured sub-domains.

 

I am also using a sslrelay Certificate to Securwe my website which makes this process of setting up shop a little difficualt for me anyway.

 

Here is the information I need to have help with:

<?php
 define('HTTP_SERVER', 'http://www.domain-name.com');	//  <- this is what I need help with
 define('HTTPS_SERVER', 'https://sslrelay.com/secure.domain-name.com');	//  <- this is what I need help with
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?	I NEED HELP WITH THIS TOO
 define('HTTP_COOKIE_DOMAIN', '.domain-name.com');	//  <- this is what I need help with
 define('HTTPS_COOKIE_DOMAIN', 'secure.domain-name.com');	//  <- this is what I need help with
 define('HTTP_COOKIE_PATH', '/');		  //  <- this is what I need help with
 define('HTTPS_COOKIE_PATH', '/');		//  <- this is what I need help with
 define('DIR_WS_HTTP_CATALOG', '/');	//  <- this is what I need help with
 define('DIR_WS_HTTPS_CATALOG', '/');	//  <- this is what I need help with
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
 define('DIR_FS_CATALOG', '********************/htdocs/*****/');
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 define('DB_SERVER', '****);
 define('DB_SERVER_USERNAME', '****');
 define('DB_SERVER_PASSWORD', '****');
 define('DB_DATABASE', '******');
 define('USE_PCONNECT', 'false');
 define('STORE_SESSIONS', 'mysql');
?>

Archived

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

×
×
  • Create New...