Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trouble installing ssl on site - help?


marky3708

Recommended Posts

Hi I'm just setting up an osc store for the first time - and having problems assigning my ssl certificate - ive follwed the threads here and think ive done everything but when in the store and clicking on 'Account' The page isnt found - and the message Not Found

 

The requested URL /cuddlz.com/account.php was not found on this server.

 

Any help would be appreciated -

 

shop/includes/configure.php=

define('HTTP_SERVER', 'http://cuddlz.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER','https://web229.secure-secure.co.uk/cuddlz.com/'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'cuddlz.com');

define('HTTPS_COOKIE_DOMAIN','web229.secure-secure.co.uk/cuddlz.com/');

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

define('HTTPS_COOKIE_PATH','web229.secure-secure.co.uk/cuddlz.com/');

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

define('DIR_WS_HTTPS_CATALOG', '');

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

 

And shop/admin/includes/configure.php

define('HTTP_SERVER', 'http://cuddlz.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://cuddlz.com');

define('HTTPS_CATALOG_SERVER','https://web229.secure-secure.co.uk/cuddlz.com/');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/home/sites/cuddlz.com/public_html/shop/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/home/sites/cuddlz.com/public_html/shop/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/shop/'); // absolute path required

define('DIR_FS_CATALOG', '/home/sites/cuddlz.com/public_html/shop/'); // absolute path required

 

Thanks in anticipation!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...