Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL


popay

Recommended Posts

1) Post your config file minus private data.

 

2) Is your server one of those that requires a special secure directory (folder)?

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Hi Alan,

 

1. Here it is (commerce=catalog):

 

define('HTTP_SERVER', 'http://jhd-jewellery.com');

define('HTTPS_SERVER', 'https://jhd-jewellery.com');

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

define('HTTP_COOKIE_DOMAIN', 'http://jhd-jewellery.com');

define('HTTPS_COOKIE_DOMAIN', 'https://jhd-jewellery.com');

define('HTTP_COOKIE_PATH', '/commerce/');

define('HTTPS_COOKIE_PATH', '/commerce/');

define('DIR_WS_HTTP_CATALOG', '/commerce/');

define('DIR_WS_HTTPS_CATALOG', '/commerce/');

define('DIR_WS_IMAGES', '/commerce/images/');

define('DIR_WS_ICONS', '/commerce/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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

2. I think so! Catalog (commerce) is placed in public_html folder.

Link to comment
Share on other sites

Whoa!

 

When I put in http://jhd-jewellery.com I get a password request, which is fine since you probably have protection set.

 

When I put in https://jhd-jewellery.com I get a computer service

 

The config file looks ok but I don't understand the urls at all

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

This is a shared ssl I guess. Right? Not your own cert?

 

You'll have to check with your hosting company on which url to use for shared ssl.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

1. ID : jhdjewel

Password: siberpass

2. I do not understand what is it with urls that you do not understand?

 

3. As far as I know it is not shared certificate, but I'll check it out.

 

Cheers,

Mike

Link to comment
Share on other sites

I see they got it working now :)

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...