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 ...Parent portal in GoDaddyParent portal in GoDaddy
Previous
 
Next
New Post
2/10/2008 10:10 PM
 

Hi,

I tried to create a parent portal with subdomain alias in GoDaddy but to no avail. I keep seeing the the main portal instead of the sub portal I created. What I've done.

1. Created a Subdomain which points to the DNN install directory. (e.g. forums.mysite.com points to www.mysite.com/dnn)

2. Created a Parent Portal with the alias forums.mysite.com

 

When I log into forums.mysite.com, I only see the main portal which is installed at www.mysite.com/dnn. Address bar shows forums.mysite.com, but the links points to www.mysite.com/dnn/*

What am I doing wrong?

 

 
New Post
2/11/2008 10:17 AM
 

I've been going crazy myself for the past couple of days trying to do this. It finally worked!

what I did was:

1. (same as your step 1) Create a Subdomain which points to the DNN install directory. (e.g. forums.mysite.com points to www.mysite.com/dnn)

2. Make an IIS setting which will define the permissions for the new subdomain (e.g. Name=forums | permissions: Anonymous Access and Set Application Root ) - wait 5 to 10 mins for this to be created

3. (same as your step 2 with /dnn appended) Create a Parent Portal with the alias forums.mysite.com/dnn

4. Important - Once this is done, you will get an error message saying IE cannot display page (or other browser error) you must delete the IIS setting directory for DNN to take over.

Also I have a default.asp page that redirects appropriately

 

 
New Post
2/11/2008 10:20 AM
 

Hope this helps you as well as others (I'm done beating my head against the monitor!!!)

here is the content for my redirection page  named: www.mydomain.com/default.asp

<%@ Language=VBScript %>
<%
dim domainname, i
domainname = request.ServerVariables("HTTP_HOST")
i = instr (1, domainname, "www")
if i=0 then
 ' if the domain name does not begin with www, add www.
 strURL = "http://www." & domainname & "/dnn/"
else
 ' otherwise just return the domain name
 strURL = "http://" & domainname & "/dnn/"
end if
' 301 permanent redirect
Response.Status = "301 Moved Permanently"
Response.AddHeader "Location", strURL
Response.End
%>

 

 
New Post
2/11/2008 10:21 AM
 

You will want to ensure that your portal alias does not have a trailing / at the end of it.

Otherwise there might be something on their side affecting it.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
2/14/2008 9:49 PM
 

Thanks, that did the trick.

When i surf around the sub domain, I notice the portal goes to forums.mysite.com/dnn.

Is there is no way to set it as root (without the /dnn folder) without installing DNN in the root?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Parent portal in GoDaddyParent portal in GoDaddy


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