The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
1answer
4k views

Whats the difference between host headers and alternate access mappings?

Whats the difference between host headers and alternate access mappings? This is a similar question - What are the differences between extending a web app and adding a host header then adding ...
2
votes
2answers
602 views

How to get host header on which site collection is being hosted?

For example my site collections structure is as follows: http://testserver1.com/sites/sitecollection1 http://testserver1.com/sites/sitecollection2 http://testserver1.com/sitecollection3 ...
2
votes
1answer
60 views

Host Named Site Collections - log on twice?

I have a question regarding Host Named Site Collections and the log on process. I'm using SharePoint 2010. Let say I have a web application (https://mainsite.com) hosting a site collection. Under ...
1
vote
3answers
2k views

Using Sharepoint URL without port number

I have a sharepoint web application like so:http://intranet:8080 I don't want to use port 80. But i want users to type URL http://intranet instead of http://intranet:8080 How can i achieve this? ...
1
vote
2answers
1k views

How do I properly create & configure a second web application & site collection on the same server?

We have an existing web application and site collection which serves as our main portal. I need to create an additional web application on the same server, and a site collection on it. This will ...
1
vote
3answers
2k views

Changing host header web application URLs

I have a site configured at http://www.abc.com on port 80 with host header www.abc.com. I need to create a different web application and I need to use http://www.abc.com. Without deleting the old ...
1
vote
3answers
2k views

Configuring sub-site URL on its own domain

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am using publishing portal. And currently suppose my root site domain name is www.abc.com, and there is a sub-site ...
1
vote
2answers
15 views

Reuse web app address after migration

I have a web app on a SharePoint 2010 farm, that we use for our internal intranet example “intranet.company.com” We would like to build a 2013 farm, but pilot its development in the early stages so ...
1
vote
2answers
321 views

Host Header Site Collections /w multi tenancy

I basically followed the steps in Spence Harbars Guide http://www.harbar.net/articles/sp2010mt1.aspx do create a multi-tenancy farm with host-header site-collections. For some reason I cannot supply ...
1
vote
2answers
398 views

Problems with WebApplication after Host Header name is given [closed]

I have created a Web App with Host Header and created a Site collection in it. There was no error message or any problems pertaining while creating web app or site collection but problem comes when I ...
1
vote
2answers
1k views

My Site links to internal URL

On any Sharepoint 2010 MySites page there is several links at the top. Upon using a people search in the SharePoint front-end, the search results in the MySites web application. Good, everything looks ...
0
votes
1answer
244 views

Best way to force traffic to Web Front End?

I have a SP 2010 farm with a 3-tier structure consisting of 1 DB server, 1 App Server and 1 Web Front End. When I create a Web New Web Application called "Search_WebApp", I notice that it creates the ...
0
votes
2answers
146 views

Host address url not working for SharePoint site?

I have created web application on port 80 in SharePoint with host address like http://subsite.site.com. I checked in IIS server host header was defined in the web site property. When I typed ...
0
votes
2answers
234 views

Sharepoint https and host header

Not a long time ago I was requested to create a new sharepoint web app to host our new portal. Because this portal would be (at the time) our only web app running in this farm and because the boss ...
0
votes
1answer
114 views

NetBIOS name of Web Application

This may be a no brainier to some, but i'm stumped and can't get a straight answer as to what the netBIOS name of a web application would be. Is it the same as my host header i created for the web ...
0
votes
1answer
215 views

AAM on External/Internet zone on an FBA webapplication?

I have a web application with FBA configured and have set up AAM's on it: One for Internal users/zone (http://xyz.com) and one for External users/zone (https://xyz.com) I have extended the web ...
0
votes
1answer
270 views

Central Admin Access Via hostname:port or Server:port

I went to central admin via the host name (http://portal.company.com:75000) and went to "Site Actions > Site Permissions" then clicked on "Check Permissions" and a dialog box poped up to enter ...
0
votes
1answer
147 views

Access to host-named site collection in one Web Application

I've created host-named site collection in a Web application by using the following PowerShell: $dbName = "Content_Testing" $aPool = "WebAppPool" $waName = "Web Application Testing" $web = ...
0
votes
1answer
86 views

Using host file

I created an application in SharePoint, lets call it http://example.com/ and a site collection with the "Empty Site" template. Since I'm using it locally in a virtual machine in host-only mode, I had ...
0
votes
1answer
289 views

Can we modify an existing site collection to become a host named site collection

I have 2 different site collections hosted on a SharePoint 2010 farm. I have created two different domain names in the DNS pointing to the SharePoint web server. My question is despite reading ...
0
votes
1answer
83 views

Set Expires HTTP header for files in RootFolder

Our custom list definition stores some static files in the root folder (and sub-folders). Is there a way to manipulate the HTTP response header for these files to treat them as static (e.g., by ...