Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8853067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T13:33:30+00:00 2026-06-14T13:33:30+00:00

would like to redirect example.com to www.example.com and example.de to www.example.de <rule name=CanonicalHostNameRuleCOM stopProcessing=true>

  • 0

would like to redirect example.com to http://www.example.com and example.de to http://www.example.de

<rule name="CanonicalHostNameRuleCOM" stopProcessing="true">
      <match url="(.*)" />
      <conditions>
        <add input="{HTTP_HOST}" negate="false" pattern="^example\.com$" />
      </conditions>
          <action type="Redirect" url="http://www.example.com/{R:1}" redirectType="Permanent" />
        </rule> 
<rule name="CanonicalHostNameRuleDE" stopProcessing="true">
      <match url="(.*)" />
      <conditions>
        <add input="{HTTP_HOST}" negate="false" pattern="^example\.de$" />
      </conditions>
          <action type="Redirect" url="http://www.example.de/{R:1}" redirectType="Permanent" />
        </rule>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T13:33:31+00:00Added an answer on June 14, 2026 at 1:33 pm

    try following for .COM & .DE

    .com

    <rule name="Redirect to WWW COM" stopProcessing="true"> 
      <match url=".*" /> 
      <conditions> 
        <add input="{HTTP_HOST}" pattern="^example.com$" /> 
      </conditions> 
      <action type="Redirect" url="http://www.example.com/{R:0}" redirectType="Permanent" /> 
    </rule>
    

    .de

    <rule name="Redirect to WWW DE" stopProcessing="true"> 
      <match url=".*" /> 
      <conditions> 
        <add input="{HTTP_HOST}" pattern="^example.de$" /> 
      </conditions> 
      <action type="Redirect" url="http://www.example.de/{R:0}" redirectType="Permanent" /> 
    </rule>
    

    I hope this would help

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to redirect in url by using htaccess in php? http://www.example.com/randomstring/2 i would like
I would like to translate or 301-redirect urls such as: www.domain.com/example.html to www.domain.com/example Here
I have a URL that is like the following: http://www.example.com/client/project/subdirectory/value/ I would like like
I would like to redirect www.example.com to example.com . The following htaccess code makes
I would like to redirect all connections from htt_p://www.example.com/abc.html to HTTP_S://www.example.com/abc.html . What mod_alias
I would like to redirect all requests, that coming to www.website.com/whatever to the variant
I would like to forward users using .htaccess When they visit the page: http://www.example.com/add_event/
I would like to use .htaccess to point any calls to http://example.com/ to http://www.example.com
I want to create a rewrite rule so that www.example.com/whatever/here Would map to www.example.com/index.php/whatever/here
I have a file called test.php on www.example.com/test.php . Now I would like that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.