ej11
October 28, 2019, 6:47am
1
Hi,
I’ve exhausted all my time for this part. How can I have my Alias be “HTTPS” SSL secure?
My original site is going to maindomain-com, now I have 3 more domains that should redirect there. The problem is before it redirects, it shows that the aliasdomain-com is not secure. How should I secure it the same as my maindomain-com is secure?
M4rt1n
October 28, 2019, 7:02am
2
PageRules are the KeyWord.
maindomain.com
otherdomain1.com
otherdomain2.com
at otherdomains configurate like this:
*otherdomain1.com/*
ForwardURL (301|302) → https://www.maindomain.com/$2
*otherdomain2.com/*
ForwardURL (301|302) → https://www.maindomain.com/$2
Note: you should still point the A-Record of the otherdomains to the origin server itself. Also create the www subdomain as a CNAME for @
302 = temporary redirect (first try with this, if it works make 301)
301 = permanent redirect (better for SEO but gets cached)
What does this make:
It will redirect otherdomain1.com to maindomain.com so befor you reach the Website you get redirected!
ej11
October 28, 2019, 7:15am
3
I did the configurations for the other domains PLUS I pointed the A-Record to the origin server. Works like charm! Thanks!
M4rt1n
October 28, 2019, 7:19am
4
You are welcome!
Pls mark my post as the answer to make it easier for others to solve this problem if they search the Forum
system
Closed
November 27, 2019, 6:47am
5
This topic was automatically closed after 30 days. New replies are no longer allowed.