Hello i have my netlify website, and i dont want to add my custom DNS domain but rather just add www infront of my website still pointing to the netlify domain.
is it possible to have www.mywebsite.netlify.app also with possibility to have webiste mywebsite.netlify.app ? Thanks for the advice
In short, no.
Netlify hasnât configured www
on subdomainsâwww.mywebsite.netlify.app
is a subdomain of mywebsite.netlify.app
. Configuring such a record (subdomain of a subdomain) is not something generally done as a rule of thumb.
and is there any way to somehow redirect users from www.mywebsite.netlify.app to just mywebsite.netlify.app?
No.
There is DNS record for www.mywebsite.netlify.app
so there is no way to redirect to mywebsite.netlify.app
.
the âmywebsiteâ was just an example, i cannot post my own name of website but what are u saying is that it could work for my own one?
I know.
It wouldnât matter if the website was awesomesite.netlify.app
, wicked.netlify.app
, example.netlify.app
, or whatever the name of your oh-so-secret site is, the simple fact of the matter is there is no www
subdomain for any of them. There is no way to configure it, there is no way to redirect it.