The setup is as follows, DNN 4.8.4:
www.site1.com <-- parent portal #1 (works fine)
www.site2.com/dnn <-- parent portal #2 (having problems)
I am having problems installing portal #2. I took the same install zip file as I used for the first portal and unzipped them into the 2nd portal. The first problem was that the LiveID module was not installed, and that broke the portal login. These LiveID files are not included in the DNN 4.8.4 files because they are created during the install. And, of course, since the database already exists the install process does not happen for the 2nd portal.
I did not know how to install the LiveID module without having a running portal, so I temporarily deleted the database and did a fresh install of www.site2.com/dnn to a temporary new database. Doing this created the LiveID files and other module files on the 2nd portal.
I then restored the original database and added the portal www.site2.com/dnn ... and, it does not work. What happens now is that the user gets redirected back to www.site1.com.
Any ideas why this isn't working? Thanks in advance.. to put it mildly, DNN install is a bit of a hassle!