Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hello....Need help with Instalation


garik111

Recommended Posts

Posted

Your configure.php files are incorrectly set up. The following should apply:

 

1. http_server = http://www.yourdomain.com

2. https_server = https://www.yourdomain.com (but only if you have a full ssl cert - otherwise leave blank)

3. enable_ssl = only set to 'true' if you have an ssl cert - shared or full

4. http_cookie_domain = www.yourdomain.com

5. https_cookie_domain = same as for http if a full cert is installed - otherwise leave blank

6. use_pconnect = false

7. path_to_catalog = '/' (if installed in the root of your domain)

8. long absolute path you will have to get from your hosting company

9. store_sessions = 'mysql'

 

Vger

Posted
Your configure.php files are incorrectly set up.  The following should apply:

 

1. http_server = http://www.yourdomain.com

2. https_server = https://www.yourdomain.com (but only if you have a full ssl cert - otherwise leave blank)

3. enable_ssl = only set to 'true' if you have an ssl cert - shared or full

4. http_cookie_domain = www.yourdomain.com

5. https_cookie_domain = same as for http if a full cert is installed - otherwise leave blank

6. use_pconnect = false

7. path_to_catalog = '/' (if installed in the root of your domain)

8. long absolute path you will have to get from your hosting company

9. store_sessions = 'mysql'

 

Vger

 

 

I have done it already, but it still doesn't work...

Archived

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

×
×
  • Create New...