From my old blog, November 28, 2006. No longer maintained.

Fix: DotNetNuke 4.3.6 fails to redirect after install

The original is on archive.org.

You have to bless all the people in the world who have contributed all of this time
and energy into this fantastic project DNN.  I have installed over
a hundred DNN sites and have gotten all kinds of errors.  Almost all of them
were my fault.  But this latest one really kicked me in @#$.  I had to go
to the DNN
Forums
to get the fix.  I had to add an appkey to the web.config:

<!– I added this key to fix the redirect issue–>
<add key=”UsePortNumber” value=”True” />

Hope it helps.

All old blog posts