Domain Forwarding or Not Working
how can i Change it to stay on my Domain?
thx
Hello PapinSport,
Thank you for your question about domain forwarding or not working. It looks like you are running osCommerce, and your Temp URL is set as your domain name.
You can fix this by editing the file:
/includes/configure.php
Replace any instance of this: biz139.inmotionhosting.com... with your actual domain name.
When you are done, it should look like this:
define('HTTP_SERVER', 'http://example.com'); // eg, localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://example.com'); // eg, localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'example.com'); define('HTTPS_COOKIE_DOMAIN', 'example.com');
Save your changes, and this should update your domain name.
If you have any further questions, feel free to post them below.
Thank you,
-John-Paul
Hello PapinSport,
Thank you for your question about domain forwarding or not working. It looks like you are running osCommerce, and your Temp URL is set as your domain name.
You can fix this by editing the file:
/includes/configure.php
Replace any instance of this: biz139.inmotionhosting.com... with your actual domain name.
When you are done, it should look like this:
define('HTTP_SERVER', 'http://example.com'); // eg, localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://example.com'); // eg, localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'example.com'); define('HTTPS_COOKIE_DOMAIN', 'example.com');
Save your changes, and this should update your domain name.
If you have any further questions, feel free to post them below.
Thank you,
-John-Paul