Redirect Issue Redirect Issue

Topic: Redirect Issue

Post Redirect Issue
by Michael Brancato on jeudi 15 juin 2017

So I decided to go back with you guys and I can redirect corp-mjbcode.com to www.corp-mjbcode.com this should work because it's a separate domain and it wouldn't be a looping redirect.

This works on http, but when I visit https://corp-mjbcode.com/ it doesn't redirect or even load at all. Is there something I am doing wrong?

Reply with quote | Report
Post Re: Redirect Issue
by rahsharma on jeudi 15 juin 2017

Michael Brancato wrote:So I decided to go back with you guys and I can redirect corp-mjbcode.com to www.corp-mjbcode.com this should work because it's a separate domain and it wouldn't be a looping redirect.

This works on http, but when I visit https://corp-mjbcode.com/ it doesn't redirect or even load at all. Is there something I am doing wrong?
Web redirect does not work for HTTPS (SSL) on port 443 due to encryption issues. You can implement a redirect within the website itself since ISPs don't generally block port 443 HTTPS port. Are you using IIS? If so, you can setup a dummy website with 'HTTP Redirect' and the following:

https://www.corp-mjbcode.com$V$Q

Note: You can set the redirect behavior status code to 301 permanent redirect.

Reply with quote | Report
Post Re: Redirect Issue
by aaditya on samedi 31 août 2019

Hi, facing the same issue.

I am trying to redirect my old domain (old.abc) to new domain (new.xyz).

http://old.abc -> http://new.xyz works, however

https://old.abc -> https://new.xyz does not work.

I dont think this has anything to do with encryption, as in both cases old.abc is hosted on Dynu DNS and points to the same dynu server IP. In http port is 80 while in https port is 443.

What I think is missing is a valid https certificate in Dynu sever, without which https can work correctly.

Will raise a ticket to see if it can be implemented.

Reply with quote | Report
jeudi 28 mars 2024 06:35
Loading...