Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing a domain, how to still access.


satinwoods

Recommended Posts

So I'm moving off of OSCommerce onto something else.  I've moved my domain over and the SSL has expired.

 

I now have a temp domain set up by my hoster, but now I'm unable to get to admin.  Its still looking for the domain and not the new temp one.  How do I fix this?

 

Thanks!

Link to comment
Share on other sites

Check the value of HTTP / HTTPS_SERVER in your catalog/includes/configure.php & catalog/admin/includes/configure.php

define('HTTP_SERVER', 'www.yourdomain.com'); 
define('HTTPS_SERVER', 'www.yourdomain.com'); 

You would need to edit it to point to your new server / temp server location.

Best Regards,
Gaurav

Link to comment
Share on other sites

Check the value of HTTP / HTTPS_SERVER in your catalog/includes/configure.php & catalog/admin/includes/configure.php

define('HTTP_SERVER', 'www.yourdomain.com'); 
define('HTTPS_SERVER', 'www.yourdomain.com'); 

You would need to edit it to point to your new server / temp server location.

 

Forgot about the non-admin one.  That got it! Thanks so much!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...