We currently have a record created for sample.domain.com.
We have users typing in www.sample.domain.com.
What is the best way to get the www to redirect?
We have a lot of subdomains so would love to use a wildcard rule of some sort.
We currently have a record created for sample.domain.com.
We have users typing in www.sample.domain.com.
What is the best way to get the www to redirect?
We have a lot of subdomains so would love to use a wildcard rule of some sort.
There are a few issues:
www.*.domain.com/*
and Forward URL (301) to https://$1.domain.com/$2
(the $ variables represent the * from the Match.NOTE: That’s weird. The preview showed the $2.
https://$1.domain.com/$2
Filthy capitalists!
Thank you! I think I am tracking. So even though I really just want to do a redirect, I will need a DNS record and a Advanced Certificate (for 3rd level domain).
Too bad the Page rule can’t just intercept the incoming third level domain and redirect to a set DNS value.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.