example.com/*
Then from the "Pick a Setting" field you will want to select "Forwarding URL".
For the "Status Code" field select "302 - Temporary Redirect".
For the destination URL use the following as an example and replace the domain with yours. Don't forget the $1 at the end, this is the capture group that will carry the path from the forwarding URL.
https://www.example.com/$1
"Non-WWW" and "WWW" refer to different ways of accessing a website. The "WWW" subdomain is a widely recognized and established way of accessing websites on the World Wide Web. On the other hand, the "non-WWW" version of a website's URL omits the "WWW" subdomain and goes directly to the root domain (e.g., example.com instead of www.example.com).
While both versions of a website's URL will lead to the same website, having both versions accessible can lead to duplicate content and confusion for users and search engines. This is why it is often recommended to redirect (or forward) the non-WWW version of a website to the WWW version, or vice versa, to ensure that there is only one preferred version of the website's URL.
converting a non-WWW website to WWW can provide a more consistent and secure user experience, as well as improve search engine rankings.
Hi, I am Full Stack Developer. I am passionate about JavaScript, and find myself working on a lot of React based projects.