All. Using SF 3.6. I want my users to go to
www.mysite.com and to see the URL as
www.mysite.com. However, right now when they do this they get
www.mysite.com/home.aspx. OR, if I name the page default.aspx they will get
www.mysite.com/default.aspx. Here is what I have tried to do....
A) set the redirectToHomePage="false" in web.config on <cms> element
B) Remove all default page references in IIS for home.aspx and default.aspx
C) Setup a wildcard script map in IIS for .* pointed to the aspnet_isapi.dll
D) Create a physical file for default.aspx and home.aspx.
Note, when I do D it just pulls up those aspx files, which of course are blank.
Note, I can make these work when I am doing this for anything other than the root directory. So if I wanted
www.mysite.com/about/about.aspx to display as
www.mysite.com/about/ I have been able to make that work using steps A, B, and C. BUT, I cannot get it to work for the root directory.
I've almost pulled all of my hair out, anyone help before I pull the rest out?
Thanks,
Dale