|
Home > Archive > Microsoft Content Management Server > November 2004 > MSCMS 2001 Directory/Index problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MSCMS 2001 Directory/Index problem
|
|
|
| This question relates to CMS 2001. In our wwwroot folder
we have a file called index.htm. If the user types in
www.mydomain.com IIS gives them the index file that then
redirects them to the default posting in our root CMS
channel. I wanted to remove this initial redirect,
thinking that IIS gave CMS first dibs on requests that it
would serve up our default posting in CMS without the
redirect, but I get a directory listing denied error when
I remove index.htm. Any help would be greatly appreciated.
Jim
| |
| Joel Ward [MVP] 2004-11-03, 5:49 pm |
| If you want to do this, you need to turn on mapped host headers in MCMS
(using the SCA) and rename your the root channel to the DNS of your site.
E.g.:
/Channels/
/www.mysite.com/
The other alternative is to use an index.asp file with Response.Redirect
that does the redirect serverside so the user doesn't have to click to
redirect.
Joel
"Jim" <anonymous@discussions.microsoft.com> wrote in message
news:2ab501c4c1bd$60f05780$a401280a@phx.gbl...
> This question relates to CMS 2001. In our wwwroot folder
> we have a file called index.htm. If the user types in
> www.mydomain.com IIS gives them the index file that then
> redirects them to the default posting in our root CMS
> channel. I wanted to remove this initial redirect,
> thinking that IIS gave CMS first dibs on requests that it
> would serve up our default posting in CMS without the
> redirect, but I get a directory listing denied error when
> I remove index.htm. Any help would be greatly appreciated.
>
> Jim
>
|
|
|
|
|