Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cannot find page


Guest

Recommended Posts

Posted

Hi I've just enabled my ssl crt but now if i click on creat an account i get an error saying can't find page.

 

WHAT DO I NEED TO DO? AND WHERE?

 

Thanks Buck

Posted

You can only 'enable' an ssl cert if you actually have one - either full or shared.

 

Then you need to edit both configure.php files, and if your host uses one of those old-fasioned two-folder systems (one for httpdocs and one for httpsdocs) then you have to duplicate your files/folders in the httpsdocs folder.

 

Vger

Posted
Hi I've just enabled my ssl crt but now if i click on creat an account i get an error saying can't find page.

 

WHAT DO I NEED TO DO? AND WHERE?

 

Thanks Buck

 

 

It looks as if apache does not have your ssl document root set properly.

 

Though I'm not 100% sure how shared cert's work, all mine are dedicated.

My Contributions

 

Henry Smith

Posted
You can only 'enable' an ssl cert if you actually have one - either full or shared.

 

Then you need to edit both configure.php files, and if your host uses one of those old-fasioned two-folder systems (one for httpdocs and one for httpsdocs) then you have to duplicate your files/folders in the httpsdocs folder.

 

Vger

Hi Vger

I do have a full ssl cert, could you please tell me which lines to change in this configure.php file

 

<?php

/*

$Id: configure.php,v 1.14 2003/07/09 01:15:48 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 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://covermevibe.com');

define('HTTPS_SERVER', 'https://covermevibe.com');

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

define('HTTP_COOKIE_DOMAIN', 'http://covermevibe.com');

define('HTTPS_COOKIE_DOMAIN', 'https://covermevibe.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

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

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

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

define('DIR_WS_ICONS', '/homepage/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/');

 

// define our database connection

define('DB_SERVER', 'localhost');

define('DB_SERVER_USERNAME', 'covermev_osc2');

define('DB_SERVER_PASSWORD','******** ');

define('DB_DATABASE', 'covermev_osc2');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql');

?>

 

Thanks Buck

Posted

Unfortunately the full ssl cert you have is not for your website. It reads as:

 

www.stuff4bigboys.com

 

It's normal to post a warning (good forum etiquete) when your site is 'Adult'.

 

Vger

Posted
Unfortunately the full ssl cert you have is not for your website. It reads as:

 

www.stuff4bigboys.com

 

It's normal to post a warning (good forum etiquete) when your site is 'Adult'.

 

Vger

Hi Vger

 

I've disabled the cert i will contact my host who supplied the cert to get it change.

In futurei will mark my post is of ADULT nature

 

Thanks Buck

Archived

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

×
×
  • Create New...