Sharepoint 2010 port changes on login page
I have a sharepoit site with local address http://sharepoint:5887. I make alternative access for public site with address http://test.mysite.ru. this sit开发者_开发知识库e has a forms authentication. If in public site (http://test.mysite.ru) I press login button then login page starts opening by http://test.mysite.ru:5887 (public address + port from local address)
This is correct behaviour. You cannot change the port from 5887 to 80 through AAM. It just changes the Url and not the server port on which the IIS listens.
If you want to translate the port from 5887 to 80 , you need to place a proxy server such as ISA server.
Read this
http://technet.microsoft.com/en-us/library/cc261814%28office.12%29.aspx
Search for
Alternate Access Mapping in Sharepoint
精彩评论