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 7849515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:33:00+00:00 2026-06-02T18:33:00+00:00

Im trying to do a 301 redirect as i have changed domains. Using windows

  • 0

Im trying to do a 301 redirect as i have changed domains. Using windows server and im adding the following rule in web.config.

 <rule name="redirectDomain" stopProcessing="true">
                    <match url="(.*)" />
                    <action type="Redirect" url="http://replacement-cost.net/{R:1}" redirectType="Permanent" />
                    <conditions logicalGrouping="MatchAny">
                        <add input="{HTTP_HOST}" pattern="^(www.)?windshield-replacement-cost\.org$" />
                    </conditions>
              </rule>

This is working ok so far as all the pages are of the same name and file structure on the new site… except for the page that is the root of the old domain. that is now at http://replacement-cost.net/windshield-replacement-cost

is it possible to write another rule to redirect ONLY the root? while having the second rule redirect all the other pages? possibly some kind of execution ordering?

something to acheive the same result as this essentially

if ruleURLISROOT = true > goto http://replacement-cost.net/windshield-replacement-cost

else

redirect with code above

any help would be appreciated. its took me ages to just get this far! Thanks

  • 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-02T18:33:01+00:00Added an answer on June 2, 2026 at 6:33 pm

    This is new rule which should be added prior to your existing rule

    <rule name="redirect Root Domain" stopProcessing="true">
        <match url="^$" />
        <conditions logicalGrouping="MatchAll" trackAllCaptures="false">
            <add input="{HTTP_HOST}" pattern="^(www.)?windshield-replacement-cost\.org$" />
        </conditions>
        <action type="Redirect" url="http://replacement-cost.net/windshield-replacement-cost" />
    </rule>
    

    This is your existing rule

    <rule name="redirectDomain" stopProcessing="true">
        <match url="(.*)" />
        <conditions logicalGrouping="MatchAny" trackAllCaptures="false">
            <add input="{HTTP_HOST}" pattern="^(www.)?windshield-replacement-cost\.org$" />
        </conditions>
        <action type="Redirect" url="http://replacement-cost.net/{R:1}" redirectType="Permanent" />
    </rule>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to rewrite the following into htaccess using - redirect 301 redirect mysite.com/longname/{20
So I have moved a website and am trying to 301 redirect everything, which
I have this 301 redirect rule for Apache: RewriteEngine On RewriteRule ^park.php?park_id=3 http://hiking.comehike.com/outdoors/parks/park.php?park_id=3 [R=301,L]
I'm trying to do some relatively simple .htaccess rules to 301 redirect some URLs.
Trying to setup an SSH server on Windows Server 2003. What are some good
I am currently trying to add 301 redirect to my routes in MVC to
I am trying to do a 301 redirect of everything from an old subdomain
I'm trying to add a simple 301 rule to the .htaccess file of a
Trying to set 301 redirect in .htaccess file and here is what i am
I'm trying to redirect pages from several old domains on one new domain on

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.