[ad_1]
Hi guys, recently I was suggested to change the URL resolve when using the website(Doinger) to improve my website.
How can I make the URL( https:// example[.com]) ) being able to resolve as the ” https:// www. [example.com](https://example.com)”?
THANK YOU VERY MUCH FOR ADVANCE!
[ad_2]
First, you need to setup ‘www’ in your DNS – do that as a CNAME record that points to ‘@’.
It’s not clear if you want to go from www->non-www the other way around.
www -> non-www: [https://stackoverflow.com/questions/234723/generic-htaccess-redirect-www-to-non-www])
non-www -> www: [https://stackoverflow.com/questions/12050590/redirect-non-www-to-www-in-htaccess])