Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

hello,

since i installed ultimate SEO I have problems with SSL pages

I use ovh host.

if I configure the configure.php file with https://ssl2.ovh.net/~login/page.php ( server and cookies)

the SSL pages are securised but I can't logg me that doesn't work any session possible

but if I write : https://www.my_domain.com

the session works, I can logg to my count but the page isn't securised ( No SSL)

 

 

i ve also Header tags SEO installed, before installing Ultimate SEO url I had in admin configuration a header_tags menu, since i installed the ultimate SEO url contrib, i ve lost this menu.

 

If someone has already installed oscommerce On OVH HOST, can you explain to me how to configure ssl page with this addons Ive to configure .htacess ?

 

I hope to be clear, because i am french and I don't speack very well english.

Posted (edited)

hello, perharps is easier for you to understand like this : :blush:

since i installed ultimate SEO I have problems with SSL pages

I use ovh host.

if I configure the configure.php file like this:

<?php 
/* 
 $Id: configure.php,v 1.15 15/04/2008 16:26:48 Oneill-Gnidhal Exp $ 
 $$ : catalog or root directory 
 osCommerce, Open Source E-Commerce Solutions 
 http://www.oscommerce.com 

 Copyright (c) 2003 osCommerce 

 Released under the GNU General Public License 
*/ 

// Define the webserver and path parameters 
// * DIR_FS_* = Filesystem directories (local/physical) 
// * DIR_WS_* = Webserver directories (virtual/URL) 
 define('HTTP_SERVER', 'http://www.e-kidshoes.com'); 
 define('HTTPS_SERVER', 'https://ssl2.ovh.net/~ekidshoe/'); 
 define('ENABLE_SSL', true); 
 define('HTTP_COOKIE_DOMAIN', 'www.e-kidshoes.com'); 
 define('HTTPS_COOKIE_DOMAIN', 'ssl2.ovh.net/~ekidshoe/'); 
 define('HTTP_COOKIE_PATH', '/'); 
 define('HTTPS_COOKIE_PATH', '/'); 
 define('DIR_WS_HTTP_CATALOG', '/'); 
 define('DIR_WS_HTTPS_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', '/homez.34/ekidshoe/www/'); 
 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'); 
?>

 

 

 

the SSL pages are securised but I can't logg me that doesn't work any session possible and I can't create an account too.

i ve tired an install of oscommerce without Ultimate SEO URL eveythings is OK.

 

i ve also Header tags SEO installed, before installing Ultimate SEO url I had in admin configuration a header_tags menu, since i installed the ultimate SEO url contrib, i ve lost this menu.

 

If someone has already installed oscommerce On OVH HOST, can you explain to me how to configure ssl page with this addons Ive to configure .htacess ?

Edited by fredisap

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...