Simple question - what is the best practice to implement a sharepoint web application that needs to be accessible through two domain names (hostnames, i.e abc123.com and www.abc123.com)?
From my experience the options are as follows:-
- Create a SP web app with abc123.com as the hostname and extend this SP web app to a different zone. Assign www.abc123.com to the extended web app.
- Create a SP web app with abc123.com as the hostname. Add www.abc123.com as an additional hostname to the web app through IIS Admin.
- Create a SP web app with abc123.com as the hostname. Create a new website through IIS Admin and associate www.abc123.com with the new website. Set the IIS website to permanently redirect to the following URL - http://abc123.com$V$Q
Let me know your opinions on these and if you know of other option no matter whether they are better or worse.
Thanks in advance Russell