Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL setup


Guest

Recommended Posts

Posted

help!!!

 

i've got my ssl setup by my host.

 

so i've done the install again & select SSL enable

 

but now, i can go to the main pages but can't get into account.php or checkout_shipping.php

 

pls help! my site is live online now!!!

Posted

define('ENABLE_SSL', false);

 

change to

 

define('ENABLE_SSL', true);

 

but how come i cant get to the account.php page?

Posted

www.flowerfish.com

 

i've remove the SSL at the moment

Posted

yup. when i remove the SSL it's all ok

 

but when i enable SSL

 

the page fails to load

Posted

Try adding a slash at the end of the domain.

Instaead of

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

try

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

Posted

same thing

 

do i hav to move the entire site over the the secure_server folder to use SSL??

 

if yes then what will happen when ppl type the url www.flowerfish.com???

Posted

you need to ask your host this question, as they are the only ones who know how the servre is setup dealing with SSL

Posted

oh......

 

i tried copying the file to the secure folder, but it only show a blank page.

 

must be missing something here

 

any one using futurequest web servers?

Archived

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

×
×
  • Create New...