How do I setup a Page Rule for subdomains so that URLs always use HTTPS [https://*.domainname.com/$1], ensuring all urls resolve to [https://subdomain.domainname.com/$1] with [$1] being whatever the URL string the user wants to navigate to. Thanks in advance.
It only needs to be a basic as: *.example.com/*
The first * will match any subdomain, and the second * is all paths and files. You’d only use a $1/2/3/etc in a Forwarding URL Rule to pass along the path (or subdomain) in the redirect. I can’t think of another Page Rule action that would use $ variables.
1 Like
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.