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 ...DNN484 canonical and site aliasDNN484 canonical and site alias
Previous
 
Next
New Post
1/30/2014 1:39 PM
 

I have a DNN484 website that I see with 2 names -
name.com
www.name.com

How do I set that name.com will redirect to www.name.com?

In DNN6 Admin/Site Settings/Site Alias, I can choose Canonical and the portal alias default. How do I set the same in an old DNN484?

 

 
New Post
2/1/2014 7:10 PM
 
no, not via the UI - you can do it via the config/SiteUrls.config file

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
2/2/2014 2:50 AM
 

OK. How do I do this? 
Can you write here the code I need to put in siteusrls.config?

I found a post here -
http://www.dnnsoftware.com/forums/forumid/198/threadid/447937/scope/posts/threadpage/1

I don't understand the solution they found there.
Here is what Limno suggested as a code for solving it -

----------------------------------------------------------------------------------------------

You can use URLRewrite  module installed with IIS 7 for your site:

Here is the code part in your webconfig you can write directly to the file

... 

<rewrite> 
<rules> 
<rule name="301 redirect from non-www to www"> 
<match url="(.*)" /> 
<conditions logicalGrouping="MatchAll" trackAllCaptures="false"> 
<add input="{HTTP_HOST}" pattern="^www\.mydomain\.com$" negate="true" /> 
</conditions> 
<action type="Redirect" url="http://www.mydomain.com/{R:1}" /> 
</rule> 
</rules> 
</rewrite> 

</system.webServer>

----------------------------------------------------------------------------------------------

I tried to put the code in my web.config file but I get error.

Is it a code for web.config?
Can you help?

 
New Post
2/2/2014 4:43 AM
 
did you put it into the right place (before the end of exising system.webServer section?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
2/2/2014 7:22 AM
 

Yes.

If I have a website www.example.co.il, what do I need to do with the following code-
<add input="{HTTP_HOST}" pattern="^www\.mydomain\.com$" negate="true" />

Do I need to change to
<add input="{HTTP_HOST}" pattern="^www\.example\.co.il$" negate="true" />
?

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN484 canonical and site aliasDNN484 canonical and site alias


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