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

  • SEARCH
  • Home
  • 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 8232947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T17:58:55+00:00 2026-06-07T17:58:55+00:00

I have an issue that is causing me much grief. I have 2 websites

  • 0

I have an issue that is causing me much grief.

I have 2 websites setup on the same server (only 1 IP available), that have root domain & also www. & *. defined to send traffic to the same IP address.

Let call them

http://siteA.com   DNS settup with siteA.com  www.siteA.com  *.siteA.com
http://siteB.com   DNS settup with siteB.com  www.siteB.com  *.siteB.com

siteA needs to be the default website is has a binding as such ie. *:80

*:80
siteA.com:80
www.siteA.com:80

Binding on siteB website exist for:

siteB.com:80
www.siteB.com:80

What i need is for anything for *.siteB.com goes to siteB.com and not fall through to the default website. Currently mce.siteB.com will fall back to siteA.com

I have tried many combination but can not work this one out.

Also do i put the URL re-write at the website level or at the IIS root level?

  • 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-07T17:58:56+00:00Added an answer on June 7, 2026 at 5:58 pm

    I worked it out in the end, and was purely from a lack of understanding of the URL Rewrite process.

    Ended up being very simple

    And added the following to the incoming rules of siteA.com, it was just a case of adjusting the pattern in the conditions field. I was taking the incoming url as a url and not the {QUERY_STRING} only.

    <rewrite>
      <rules>
        <rule name="Redirect to siteB.com patternSyntax="ECMAScript" stopProcessing="true">
          <match url=".*" />
          <conditions>
            <add input="{HTTP_HOST}" pattern="^.*siteB\.com" />
          </conditions>
          <action type="Redirect" url="http://siteB.com/{R:1}" />
        </rule>
      </rules>
    </rewrite>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an issue with NSRange that is causing my app to crash when
I have issue that is reproduced on g++. VC++ doesn't meet any problems. So
I have an issue that (I think) might have to do with scope, but
I have an issue that is driving me nuts and hoping someone can help.
I have an issue that seems like very flaky behavour, is this a problem
I have an issue that looks like a race condition with a webview callback
I have an issue that when I leave the android device idle for a
I have an issue that I'm basically baffled by. To start off, I have
So I have an issue that I'm not 100% sure on how to solve.
Happy New Year SO users! I have an issue that I hope someone can

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.