How to alias a site off of a portal top level site? - Inetserver

This is a discussion on How to alias a site off of a portal top level site? - Inetserver ; Hi. I have a SharePoint 2007 intranet portal top level site which is accessible at http://servername.domain.org . There is a site below the root like http://servername.domain.org/app . How can I set up an alias to access that site directly? For ...

+ Reply to Thread
Results 1 to 2 of 2

How to alias a site off of a portal top level site?

  1. Default How to alias a site off of a portal top level site?

    Hi. I have a SharePoint 2007 intranet portal top level site which is
    accessible at http://servername.domain.org. There is a site below the root
    like http://servername.domain.org/app. How can I set up an alias to access
    that site directly? For example, I want to use "myapp" or "myapp.domain.org"
    to alias http://servername.domain.org/app. Can it be done with host headers,
    alternate access mapping (a SharePoint 2007 feature), DNS alias, or
    combination of all?
    Thanks!

    (Cross-posted in the SharePoint newsgroup also.)

  2. Default Re: How to alias a site off of a portal top level site?

    On Nov 9, 3:55 pm, Coop <C...@discussions.microsoft.com> wrote:
    > Hi. I have a SharePoint 2007 intranet portal top level site which is
    > accessible athttp://servername.domain.org. There is a site below the root
    > like http://servername.domain.org/app. How can I set up an alias to access
    > that site directly? For example, I want to use "myapp" or "myapp.domain.org"
    > to aliashttp://servername.domain.org/app. Can it be done with host headers,
    > alternate access mapping (a SharePoint 2007 feature), DNS alias, or
    > combination of all?
    > Thanks!
    >
    > (Cross-posted in the SharePoint newsgroup also.)


    You can always do this sort of alias by creating a new IIS Website,
    setting its Host header binding to myapp.domain.org, and set its
    Virtual Directory to that of the Sharepoint Portal site.

    However, it all depends on whether Sharepoint site supports running as
    the "root" of a website.

    There are other approaches that basically rewrite HTTP packets that
    change servername.domain.org/app to app.domain.org, but they can be
    complicated, non-performant, and may not be supported by the
    application itself.

    Bottom line -- it requires application support to be able to rename
    it. IIS will support the rename assuming the application supports it.


    //David
    http://w3-4u.blogspot.com
    http://blogs.msdn.com/David.Wang
    //


+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 12-12-2007, 05:53 PM
  2. Deleting a lower level site deleted portal site groups in MOSS 200
    By Application Development in forum Sharepoint
    Replies: 0
    Last Post: 10-10-2007, 04:01 PM
  3. Moving top level site to a sub-site
    By Application Development in forum Sharepoint
    Replies: 1
    Last Post: 09-17-2007, 08:05 AM
  4. Not able to create a new Portal site in Sharepoint Portal Server 2003
    By Application Development in forum Sharepoint
    Replies: 0
    Last Post: 09-11-2007, 03:59 AM
  5. MOSS: Portal Site and My Sites in one site collection, is that possible?
    By Application Development in forum Sharepoint
    Replies: 3
    Last Post: 07-12-2007, 02:37 AM