I need help setting up a redirect so that any requests to “example,com” automatically redirect to “www,example,com”. I’ve tried using Page Rules but am still facing issues, especially with specific paths like example,com/path.
I get this error “This site can’t be reached example,com’s server IP address could not be found.”
What I’ve Tried:
Page Rules:
example,com/* → https://www,example,com/$1 (301 - Permanent Redirect)
Despite these settings, example,com/path does not redirect correctly.
What I Need:
All requests to .com should redirect to www,example,com, including specific paths like /path.
Can Anyone Help?
Thanks!
PS: replaced “.” by “,” because of the link limit in a post.