I am using MOSS 2007 which has two zones, one for internal Windows AD
authenticated users, and one for external, FBA users:
http://internal.example.com/
http://external.example.com/
Everything works fine, but I need to configure it so both internal and
external users access the site from the SAME url (i.e. http://portal.example.com).
I've been playing with the AAMs but I can't seem to get it correct.
The reason I need to do this is because:
- Any automated emails (such as alerts) that fire will always
reference the default URL (in this case is the internal.example.com)
URLs. So when an external users get the email, the link is incorrect
as they internal.example.com doesn't resolve.
- Any links I add in Site Settings / Navigation to point to an item
within the site don't get rewritten.
For example, I added a custom link in QuickLaunch (Navigation) to
point to an item in http://internal.example.com/myitem). When an
external user sees the link, it is still set to http://internal.example.com
(which again, doesn't work for them).
I would have thought that SharePoint would rewrite all the URLs
correctly (since they are in the AAM).
Any ideas? Is this even possible?