Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL


Guest

Recommended Posts

Hi

 

After many instalation with a Generic SSL, I have this error message:

 

https://www.securewebexchange.com/aphasie.q...ea1baa72813204: erreur 404 page introuvable.

 

 

My includes/configure.php

 

 

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.aphasie.qc.ca'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.securewebexchange.com'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'www.aphasie.qc.ca');

define('HTTPS_COOKIE_DOMAIN', 'www.securewebexchange/aphasie.qc.ca');

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

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

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

define('DIR_WS_HTTPS_CATALOG', '/aphasie.qc.ca/catalog/');

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', '/services/webpages/a/p/aphasie.qc.ca/public/catalog/');

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

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

 

Someone cant help me ?

 

Thanks

 

Alain

ps Sorry if my english is no good because I'm french.

Link to comment
Share on other sites

define('HTTPS_SERVER', 'https://www.securewebexchange.com/aphasie.qc.ca');

define('HTTPS_COOKIE_DOMAIN', 'securewebexchange.com/aphasie.qc.ca');

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

 

Vger

Link to comment
Share on other sites

define('HTTPS_SERVER', 'https://www.securewebexchange.com/aphasie.qc.ca');

define('HTTPS_COOKIE_DOMAIN', 'securewebexchange.com/aphasie.qc.ca');

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

 

Vger

 

It still not working !

 

I have this :

https://www.securewebexchange.com/aphasie.q...4d9734f7b4990b8

HTTP 404 page non trouv?.

 

I have this message when a try to enter a new sesssion or new account.

 

Thanks for your help!

 

Alain

Link to comment
Share on other sites

i think they gave you the wrong link to use for ssl, check with your host for the prpoer way to access ssl

 

My hoster give me this message when I ask for Generic SSL (free)

 

Vous pouvez mettre tous les ?l?ments qui exigent un environnement s?curis? dans le r?pertoire "/secure" et tous les programmes CGI dans le r?pertoire "/secure-cgi-bin". Vous pouvez afficher la r?gion s?curis?e de votre site en visitant

 

 

https://www.securewebexchange.com/aphasie.qc.ca

 

 

Place any files you need to use over SSL in the "/secure" and "/secure-cgi-bin" directories that have been created for you in your home directory.

 

The link given by Vger seem ok. It's look like I have to put some file in a secure directorie, but which one?

I read somewhere we dont have to put files anywhere with oscommerce!

 

I very need help!

 

Alain

Link to comment
Share on other sites

Place any files you need to use over SSL in the "/secure" and "/secure-cgi-bin" directories that have been created for you in your home directory.

 

You'll have to duplicate all folders/files in the 'secure' folder. If your host also requires some to be placed in a 'secure-cgi-bin' then you may as well give up now and find a decent hosting company.

 

Vger

Link to comment
Share on other sites

You'll have to duplicate all folders/files in the 'secure' folder. If your host also requires some to be placed in a 'secure-cgi-bin' then you may as well give up now and find a decent hosting company.

 

Vger

Bingo!

 

Thanks Vger and others ones. It's ok for my trouble. My shop working ok with SSL. I make what Vger tell me... and after some minors changements it's work ok. And I dont have to place in a "secure-cgi-bin"

 

Thanks

 

Alain

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...