satinwoods Posted September 2, 2015 Share Posted September 2, 2015 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 More sharing options...
Gauravs Posted September 4, 2015 Share Posted September 4, 2015 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 More sharing options...
satinwoods Posted September 4, 2015 Author Share Posted September 4, 2015 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.