|
How To's: Change your osCommerce Domain Name |
|
|
Authsecure.com is the placeholder domain we use for sites so that they
are visible even when you have not set up your domain yet. To have it
changed to your actual domain name, it just requires a minor change to
the configuration file for your store. This guide provides you with
the instructions to change your domain nameStep 1) The file for your domain name is on your server in the location /www/YOURSITENAME/includes/configure.php.
You can edit this file either through FTP or using the FileManager found in the "IManager" admin tool on your osCommerce CRE Loaded platform. Both options will work the same, it just depends on your preference.
Step 2) Save a backup copy of the current file (always a great idea with any change)
Step 3)Make the following changes: Current text: define('HTTP_SERVER', 'http://YOURSITENAME.authsecure.com');
New text: define('HTTP_SERVER', 'http://www.YOURSITENAME.com');
...and...
Current text: define('HTTP_COOKIE_DOMAIN', YOURSITENAME.authsecure.com');
New text: define('HTTP_COOKIE_DOMAIN', ‘www.YOURSITENAME.com');
NOTE: DO NOT change the line referencing the HTTPS_SERVER or HTTPS_COOKIE_DOMAIN. Your site is configured to have secure checkout and it is necessary to use the subdomain to have it match the secure certificate.
Once you have made these changes in the file, your site pages and links will use your new domain name.
If you need help making this change, let us know! Inventory Source Support is here to help you.
|