Why is my second domain redirect failing to connect to the server?

Why is my second domain redirect failing to connect to the server?

T45
Shopify Partner
2 0 1

I have a domain (myshop.com) setup with Shopify. Everything works fine for that. But I also have a second domain name I’ve setup to do a 301 redirect to myshop.com. For this the http://myseconddomain.com redirects to my myshop.com url but https://myseconddomain.com returns a cannot connect to server error. Any ideas?

Replies 3 (3)

Michael_r
Tourist
3 0 0

Hello, 

 

See if this can help you!

 

First: edit your includes/configure.php set

define('HTTP_SERVER', 'https://<yoursite>');
define('HTTPS_SERVER', 'https://<yoursite>');
define('ENABLE_SSL', true);

Second: Check header.php, footer.php, breadcrumbs.php for "http:" links

 

Regards,

T45
Shopify Partner
2 0 1

Thank you. It’s definitely not header.php, footer.php and breadcrumbs.php

 

 

But I’m not sure about where I’m checking the includes/configure.php set

 

Help would be appreciated 

 

Michael_r
Tourist
3 0 0

Sure, why don't we connect over a quick call to understand or you can email me at Mike@amazing7.com to discuss.