I have a SharePoint site extended for forms authentication. The Active Directory site is example.com
and the forms authentication site is forms.example.com
. When I type my (forms) username/password I get redirected (302) to the machine name (moss-01
) like so: http://moss-01/
. If I type http://forms.example.com/
into the address bar I am again redirected to http://moss-01/
.
Expected behavior is successful authentication into the forms site: http://forms.example.com/Pages/Default.aspx
Why am I being redirected to the machine name?