Hi Will,
Thanks for your replay.
I have added portal alias www.main-portal.com, www.sub-portal.com etc without "dnn" but it's not working as desired.
Let me know you one of the important thing that was missed out in previous post that there is default.asp page under the main-portal root directory which redirects all requests to <Portal-URL>/DNN.
Ex. When we request www.sub-portal.com (without "DNN"), default.asp redirects it to www.sub-portal.com/DNN. This has been done because if we request the www.sub-portal.com the request don't reach to DNN portal so to be severed it by DNN website, the default.asp redirects it to <PotalName>/DNN.
FYI: following is the directory structure of my web site.
I have created three below web sites in IIS and point to the “main-portal” root folder. This root folder contains the “DNN” sub-folder in which I have installed the DNN.
www.main-portal.com
www.sub-portal-1.com
www.sub-portal-2.com
All the sub-portals are created as parent portal. I have still not tried the second option as my portal using DNN 4.00.03 and Friendly Url is not available in this version. But as per my knowledge when you write Friendly Url rule, to look for (.*)/dnn/(.*) and replace with $1$2 though the page Url will show the <DomainName>/DNN/ .
How can I remove the “DNN” from above URLs? Is it possible to do it without changing the Web site pointer in IIS?
Thanks,
Mahesh