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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:21:16+00:00 2026-05-13T12:21:16+00:00

I need to redirect an entire classic asp based website to a new domain

  • 0

I need to redirect an entire classic asp based website to a new domain whilst still maintaining the search engine ranking of the old site.

I think a 301 redirect is required but not sure what the best way of doing this would be as I don’t think .htaccess works on an IIS Windows based server.

I would prefer not to have to change existing ASP files individually as there are quite a few.

Any suggestions would be great.

Thanks in advance.

  • 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-13T12:21:16+00:00Added an answer on May 13, 2026 at 12:21 pm

    I do not know if there is a better method, but what I do is using IIS permanent redirect:

    1. Go to the “Home Directory” tab of the site properties
    2. Select option “A redirection to a URL”
    3. Enter “http://yournewurl$S$Q” in the “Redirect to” text box
    4. Check both the options “The exact URL entered above”, and “A permanent redirection for this resource”

    So all requests for http://youroldurl/path/page?querystring get permanently redirected to http://yournewurl/path/page?querystring

    More details can be found here.

    PS: Above are steps for II6, IIS 7 might differ, I can’t really recall.

    Update:

    Using 404 direct with the following in the default page and the 404 page:

    <%@ Language=VBScript %>
    <%
    Response.Status="301 Moved Permanently"
    Response.AddHeader "Location","http://yournewurl/"
    %> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to redirect to new html page when the website opens in IE
I need to redirect some of the older pages in my application to new
We need to redirect our website to another location. I tried to configure IIS7
I have an ASP.NET website and from one of the web pages I need
I need to redirect a page like this: http://example.com/clients/themes?domain=localhost.com this link should be redirected
What we need: redirect to each user's specific page after their login. What we
I need to redirect all urls with matching keyword, regardless of position in link,
I need to redirect user to another page called free.php from index page, if
I need to redirect if the user is accessing the site using Chrome OS
I need to redirect users to the Change Password page if their password has

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.