I need to create 2 forwarding rules. One always redirect non-www to www, and always redirect htttp to https.
I had something similar in place but just learned that one of them was producing an error where the slash after the .com would get lost, so the final URL would look like example.comfile instead of example.com/file
I need both rules to have 301 and avoid double-hopping, meaning:
Correct
non-https, non-www goes to directly to https, www
Incorrect
non-https, non-www goes to http, www and THEN
goes to https, www
Also incorrect
non-https, non-www goes to https, non-www and THEN goes to https, www
Would appreciate step by step instructions for creating the rules and also which rule to put first.
I’ve already used those instructions to create the original rule, and that’s the one that resulted in the error where example.com/ads.txt was going to example.comadstxt