Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help


gippermand

Recommended Posts

Posted

Hello all

 

First im new and from Denmark.

Then i will try to write so good so you know what i mean.

 

1. How do i make a code, i have this message in administrator "You are not protected by a secure SSL connection."

 

2. When i go to the top an push "My Account" then i get this line in a new windows "https://my site/catalog/catalog/account.php" but i dont have another box inside with the name " catalog "

If i make a box with that name and put the file account.php inside, i get another new fail. How do i fix that.

 

Best Regards

Per Steinar

Posted

1 - You have to install an ssl certificate to be able to use it. Do you have one installed?

 

2 - It sounds like your includes/configure.php file is not set up correctly. If you post that file here, without the login details, someone will take a look at it for you.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted

Hello again

1 - You have to install an ssl certificate to be able to use it. Do you have one installed?

 

2 - It sounds like your includes/configure.php file is not set up correctly. If you post that file here, without the login details, someone will take a look at it for you.

 

Jack

 

 

How do i make an ssl, i dont know how to do.......

 

Then i think.....My website has nothing to do with the webshop, can that have something to do with configuration. " My details "

 

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.gipper.dk'); // eg, http://localhost - should not be empty for productive servers

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

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

define('HTTP_COOKIE_DOMAIN', 'www.gipper.dk');

define('HTTPS_COOKIE_DOMAIN', 'www.gipper.dk');

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

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

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

define('DIR_WS_HTTPS_CATALOG', '/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', '/home/sv_gipperdk/catalog/');

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

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

 

// define our database connection

define('DB_SERVER', 'webhotel9.webhosting.dk'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'my username');

define('DB_SERVER_PASSWORD', 'my password');

define('DB_DATABASE', 'my database');

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

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

 

 

 

Best Regards

Per Steinar ... Denmark

Posted

Hey

 

Are there anyone there can tell me what to do, and what i have to write and where.

 

Also how to make a "ssl certificate

 

I hope that there are one, there want to spend some sec to help me.

 

Thanks

 

Regards Per Steinar :rolleyes:

Posted

you need to ask your host to generate the ssl csr if you do not have a cpanel, etc.

then you will need to purchase the ssl from one of the ssl companies.

Archived

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

×
×
  • Create New...