I am planning to shift my site from one host to other. Any best practices to follow while moving the site?
- my site is always accessed using both
http://mysomesite.com
andhttp://www.mysomesite.com
. I have not set redirection fromhttp
tohttp://www
. Should I be doing it now?
When the nameservers are updated, how do I inform the users? Any way in ASP.NET to put the site in maintenance mode?
UPDATE: I meant to ask should I redirect http://mysomesite.com
to http://www.somesite.com
or is it OK to leave it like that.