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...Performance and...Performance and...301 Redirect non www to www301 Redirect non www to www
Previous
 
Next
New Post
2/23/2012 10:52 AM
 

Thank you so much Limno! That solved the problem immediately. Thanks again

 
New Post
2/24/2012 1:13 AM
 

This is what i use

 <configuration>
  <system.webServer>
    <rewrite>
      <rules>
        <rule name="Redirect to WWW" stopProcessing="true">
          <match url=".*" />
          <conditions>
            <add input="{HTTP_HOST}" pattern="^your.domain.name$" />
          </conditions>
          <action type="Redirect" url="http://www.your.domain.name/{R:0}" redirectType="Permanent" />
        </rule>
      </rules>
    </rewrite>
  </system.webServer>
</configuration>

 
New Post
2/24/2012 2:24 AM
 

Hello Costas and thanks for your reply! I can see that you are Greek like me. :-)

Is it possible to use your method to perform various 301 redirects for, let's say, pages from an old site? Thanks in advance.

 
New Post
2/24/2012 3:02 AM
 
andreas batsis wrote:

Hello Costas and thanks for your reply! I can see that you are Greek like me. :-)

Is it possible to use your method to perform various 301 redirects for, let's say, pages from an old site? Thanks in advance.

 Yes, an other suffering Greek that is ...

 Not sure about what you ask, maybe some more knowledgable that me can help !!

 
New Post
2/2/2014 2:58 AM
 

I didn't understand the solution here.

I entered the code in my web.config and I got error.
If my site is - www.example.co.il, how do I change the code to fit my website?
Where do I put it in web.config?

What do I miss?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...301 Redirect non www to www301 Redirect non www to www


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