Redirect Issue
Redirect Issue
- 主页
- 后台控制中心
- Community Forum
- General Discussion
- Product Suggestions
- Redirect Issue
- Community Forum
- Redirect Issue
Topic: Redirect Issue
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?
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
[quote=Michael Brancato]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?[/quote]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.
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?[/quote]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
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.
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
| Author | Topic: Redirect Issue |
|---|---|
|
Michael Brancato Joined: 2017/1/29 |
2017年6月15日星期四 上午2:32
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? |
|
rahsharma Joined: 2010/11/25 |
2017年6月15日星期四 上午11:34
[quote=Michael Brancato]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?[/quote]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. |
|
aaditya Joined: 2017/9/30 |
2019年8月31日星期六 下午9:27
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. |
2026年6月13日星期六 上午7:08
