I have just installed WSS on my company Win2003 server that is running
IIS 6. WSS will be used for internal use (not public internet).
Currently, users need to enter http://servername in the browser to get
to the site. Is it possible to change the default url to
http://servername/sharepoint ?

Before installing WSS, I had several web pages being hosted on the
root of the IIS server and would like to keep setup that way.

Many thanks.

-Shrader

Re: WSS Install on IIS 6 by noone

noone
Fri Jan 06 20:39:03 CST 2006

If you do that you won't be able to access these files anyway because of the
chararcteristics of WSS.
You;ll have to add a content filter for these files to allow WSS to offer
them up.

Good Luck
http://codecommunity.net
http://blog4dotnet.com
http://asmallnet.net



"shrader" <shrader@cfl.rr.com> wrote in message
news:ag8ur15vhf7tmromfns1ffabjc2h6trhu3@4ax.com...
>I have just installed WSS on my company Win2003 server that is running
> IIS 6. WSS will be used for internal use (not public internet).
> Currently, users need to enter http://servername in the browser to get
> to the site. Is it possible to change the default url to
> http://servername/sharepoint ?
>
> Before installing WSS, I had several web pages being hosted on the
> root of the IIS server and would like to keep setup that way.
>
> Many thanks.
>
> -Shrader
>
>



Re: WSS Install on IIS 6 by Richard

Richard
Wed Jan 11 14:46:47 CST 2006

Something else you can do is create another top-level site with the name
'sharepoint', set the host headers to use 'sharepoint', and add a DNS
pointer to your domain that directs http://sharepoint to your server. IIS
will sort out one request from another. I have 5 portals running this
way--works fine.

"shrader" <shrader@cfl.rr.com> wrote in message
news:ag8ur15vhf7tmromfns1ffabjc2h6trhu3@4ax.com...
> I have just installed WSS on my company Win2003 server that is running
> IIS 6. WSS will be used for internal use (not public internet).
> Currently, users need to enter http://servername in the browser to get
> to the site. Is it possible to change the default url to
> http://servername/sharepoint ?
>
> Before installing WSS, I had several web pages being hosted on the
> root of the IIS server and would like to keep setup that way.
>
> Many thanks.
>
> -Shrader
>
>