Chris, thanks for reply.
To answer your questions:
1. I have two domain names. One domain name is used for the host / portal 0 and I want to add a new parent portal to this same DNN installation using the second domain name.
2. The hosting company does not allow DNN installations in the root folder on their shared servers. So, DNN is installed in a sub-folder named "/site/". I have a small index.htm file in the root folder that redirects to the "/site/" sub-folder (where DNN lives). So, I can get to the primary site using base domain name or by adding "/site/ " to the domain name. And the main site works fine.
Here's a breakdown what I've done until now (I hope it makes more sense than my first post ;-)
I'll call the primary domain name: "mymainsite.com"
And the new domain name: "mynewsite.com"
(I'm leaving the "www" off each URL to keep the Rich Text Editor from making a link)
1. I have a primary DNN website (host / portal 0) that has been up and running for about 6 months (mymainsite.com)
2. I want to add a new "parent portal" to this host account.
3. I have a new domain name for the new portal (mynewsite.com)
4. I revised the domain information at the name registar for the new domain name to point to the hosting space that DNN is setup in on the shared hosting server (DNN is installed in a sub-folder at /htdocs/site/)
5. I logged onto my primary DNN account using my host account and created a new parent portal with an alias named: "mynewsite.com/site"
6. When I navigate to the new domain (mynewsite.com) I see the site, but without any CSS applied.
7. Clicking on some links cause me to be redirected to the primary website (mymainsite.com) and other clicks result in an URL that has multiple "/site/" paths inserted into it (/site/site/site/site/ etc)
Here is the link to the new parent portal:
www.centripipe.com if you want to check it out.
Thanks.
Jim