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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:30:05+00:00 2026-05-23T17:30:05+00:00

The website I work on hosts content that constantly gets scraped and posted elsewhere.

  • 0

The website I work on hosts content that constantly gets scraped and posted elsewhere.

Is is possible to do URL rewrites so normal users and white-listed crawlers can view the website, but block access to unidentifiable browsers?

  • 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-23T17:30:06+00:00Added an answer on May 23, 2026 at 5:30 pm

    Yes, you can do that using URL Rewrite module (I’m using v2 .. but it should work with v1.x as well, although I have no v1.x around to test):

    <system.webServer>
        <rewrite>
            <rules>
                <rule name="UserAgentRedirect" stopProcessing="true">
                    <match url="^(.*)$" />
                    <conditions>
                        <add input="{HTTP_USER_AGENT}" pattern="(iphone|ipod)" />
                    </conditions>
                    <action type="Rewrite" url="/special-page.aspx" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
    

    With the above rule ALL requests from iPhone or iPad (or any other browser/app that has iphone or ipod in User Agent String) will be rewritten (internal redirect) to /special-page.aspx.

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

Sidebar

Related Questions

We have a tech support website/database at work that we use to record our
I work at a company that has many clients that have their own website
I have started writing an application that gets in a certain website and gets
I have an ASP.NET (MVC) website that is serving static content (images) as well
I maintain an ASP.NET MVC website that uses FormsAuthentication.SetAuthCookie(userName, createPersistentCookie); to sign users in
I have a website that I work on locally and is hosted with a
When I load the frontpage of the website I work for in IE it
I have to ensure the security of a asp.net website at work. They asked
Any idea on how to get my asp.net mvc website to work on a
I recently moved to Visual Studio 2010 and upgraded my website to work with

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.