Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTTP_COOKIE_DOMAIN - what do I use for unregistered name?


stevemcl

Recommended Posts

Hi,

what do I use in /catalog/includes/configure.php for

 

HTTP_COOKIE_DOMAIN

 

when my domain isn't registered yet?

 

here is my homepage: http://205.234.242.200/~jshoes/

would I use this?

ie:

 

define('HTTP_COOKIE_DOMAIN', 'http://205.234.242.200/~jshoes/');

or

define('HTTP_COOKIE_DOMAIN', '205.234.242.200/~jshoes/');

or

define('HTTP_COOKIE_DOMAIN', 'localhost');

or ??

 

or does it matter?

Link to comment
Share on other sites

or does it matter?

 

The install program will configure that page itself. Just upload the catalog directory to your website then go to http://yoursite/catalog and the install program will open. Fill in the blanks. Make sure to create a database first. You will need the database info, name user, ip address...

Lloyd

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...