Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Domain name forwarding & DNNDomain name forwarding & DNN
Previous
 
Next
New Post
2/20/2006 8:29 PM
 

I've got a simple-sounding question that I haven't been able to find an answer to.  Here's the deal: DNN is installed in http://www.nameofmydomain.com/nameofmydomain and this is what you type in to access the home page.  (Not a real website link, or it may be, but I'm just using it as an example.)  Now, how can you forward your domain name so that http://www.nameofmydomain.com gets you to the home page (assuming just typing the foregoing in returns a "page under construction" message and/or "domain not found") and will display http://www.nameofmydomain.com in the address bar?  Hosting is by GoDaddy.

It sounds like a simple domain forward would work, but whenever I try to forward to domain, as described above, and then type in http://www.nameofmydomain.com my browser (IE6 - current w/ patches) seems to get into an endless loop, like: http://www.nameofmydomain.com/nameofmydomain/nameofmydomain/nameofmydomain/nameofmydomain/nameofmydomain

 

And so on.  Is DNN not functional in this regard, or am I just missing something incredibly basic here?

 
New Post
2/22/2006 10:54 PM
 

Domain forwarding will not work... does not work... is not a solution.  The entire DotNetNuke model ( hosting multiple sites from a single account ) relies on HTTP header values for determining which site has been called.  Host headers on a DNS forward do not contain values that DNN can work with... so it doesn't know what to do with a forwarded request.  In general, always use a real DNS entry to ( A or C record ) to point to a DNN site.

Now in your case, I understand this is not an option with GoDaddy.  But a simple html page with a redirect will give you what you need... no need for fancy DNS, blah, blah, blah...

Index.htm ( or whatever your default document is at the root )


<HTML>
<HEAD>
<META HTTP-EQUIV="refresh" content="0;URL=http://www.nameofmydomain.com/nameofmydomain">
</HEAD>
<BODY>
</BODY>
</HTML>


Scott Willhite, Co-Founder DNN

"It is only with the heart that one can see rightly... what is essential is invisible to the eye. "
~ Antoine de Saint-Exupéry

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Domain name forwarding & DNNDomain name forwarding & DNN


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out