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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:32:49+00:00 2026-05-30T16:32:49+00:00

We are facing problems in URL Redirecting 4 URL’s to a single URL. The

  • 0

We are facing problems in URL Redirecting 4 URL’s to a single URL.

The following is the mapping we need.

Entered URL -> Target URL
example1.com -> example1.com
http://www.example1.com -> example1.com
example2.com -> example1.com
http://www.example2.com -> example1.com

We are using IIS7 on WIn Srv 2008 SP1.

We now have all the bindings set in IIS. We have HTTPS. But for only the Target URL option we are having a valid certificate. All the rest of the options are shown as “This Connection is Untrusted” and the user has to manually click on the proceed to website. We want to redirect the user to the desired site even if the user types any of the URL’s. I mean the User’s URL in the browser should change to the target URL and the secured connection should open.

I have found URL Redirect 2.0 after googling for this. Will this solve my problem. Is it safe or is there any gotcha’s involved in this.

Any better option without installing any.

TIA

Arun Kumar Allu.

  • 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-05-30T16:32:50+00:00Added an answer on May 30, 2026 at 4:32 pm

    I assume you have IIS “URL Rewrite” module installed, if so, then use these rewrite rules:

    <rule name="AllToExample1Http" stopProcessing="true">
        <match url="(.*)" />
        <conditions>
            <add input="{HTTP_HOST}" pattern="^www\.example1\.com$|^example2\.com$|^www\.example2\.com$" />
            <add input="{HTTPS}" pattern="^OFF$" />
        </conditions>
        <action type="Redirect" url="http://example1.com/{R:1}" />
    </rule>
    <rule name="AllToExample1Https" stopProcessing="true">
        <match url="(.*)" />
        <conditions>
            <add input="{HTTP_HOST}" pattern="^www\.example1\.com$|^example2\.com$|^www\.example2\.com$" />
            <add input="{HTTPS}" pattern="^ON$" />
        </conditions>
        <action type="Redirect" url="https://example1.com/{R:1}" />
    </rule>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am facing problems while parsing RSS feeds from different sites. I need to
in my app I am facing following two problems I am trying to show
Firstly please check url* http://mobileecommerce.site247365.com/admin/catdata.xml in * google chrome . I am facing two
I'm currently working on a new Magento template, and I'm facing problems with jQuery.
Im facing some problems, I looked around in the forum and didnt find any
I'm trying to deploy an application on Azure but I'm facing some problems. on
I am facing a couple of problems while writing an auto-memoizer in Scheme. I
I have my website in a subfolder from the main root. www.domain.com ---redirects to--->
I am facing problem when url is redirected. I set webviewclient and It is
I am facing with problem related Http Connection. MY code : URL url =

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.