I have been trying to solve a problem (for several days) with a portal that I think is AAM related.
Here is the scenario:
I have a portal that is to be accessed internally by employees, and externally by outside partners.
For this I have a web application that uses windows authentication and that can be accessed, internally, through http://extranet:20707/sites/somePortal
I extended the web application to allow outside partners to be able to access the site using forms authentication. This extended site is to be accessed from outside through: http://extranet.mydomain.com/sites/somePortal
This extended web app can also be accessed internally (although the user/password prompt comes up) through: http://extranet/sites/somePortal
From inside, everything is working fine. I can access both sites (http://extranet:20707/sites/somePortal & http://extranet/sites/somePortal) with no problems.
However, when I try to hit the site from outside (http://extranet.mydomain.com/sites/somePortal) I get the user/password prompt but I get redirected to the http://extranet:20707/sites/somePortal site (however the URL does not change in the browser) but of course external users don*t have access to it.
As far as I am concerned, this most likely is an AAM related problem, but I have read many blogs and forums, and I have tried everything I could possibly imagine, but I still cannot get it to work.
This is the configuration that I have on the AAM config page:
Internal URL Zone Public URL for Zone
http://extranet:20707 Default http://extranet:20707
http://extranet Extranet http://extranet
This is the configuration I have in IIS:
Description IP Address Port Host Header Value
aPortal - default 10.201.16.204 20707
aPortal 每 extranet 10.201.16.204 80 extranet
Your help will be very much appreciated.
Thanks in advance.
LAM.