alternate-access-mappings

SharePoint MOSS Alternate Access Mappings

Hi In SharePoint MOSS I have a site at http://ourintranet/ I've now added a new entry to the Alternate Access Mapping for the domain http://www.mydomain.com pointing at this site. When I now type this in I get redirected to http://ourintranet/ and the visible url changes. Is there a way to have this work where by the domain remains as ...

SPWeb.Url returns wrong URL

I have a web application in SharePoint that has been extended to another zone (Extranet). The access URL for the default zone is http ://server1, and the URL for the extranet zone is https: //www.server1.com. Now, when I access the site via the extranet zone, I find that SPContext.Current.Web.Url returns http ://server1. I would have ex...

SharePoint Alternate Access Mappings: Event Receiver only fires when accessing the site using localhost but not with IP or machine

Hello gurus, Context We have a SharePoint site set up on a Windows Server 2008 VM box. We also developed a SP event receiver in C# and registered it with the appropriate SP site and subscribed to the following events: ItemDeleted; ItemFileMoved; ItemUpdated; The following is list of SP info: local machine name: testsp; local ip...