How to make a 301 redirect on a Windows server?

Discussion in 'Site & Server Administration' started by ||NeX||, Aug 29, 2007.

  1. #1
    I usually have Linux and do 301 redirects in .htaccess, but this time a client has a Windows server. How can I do 301 redirects on Windows?

    ps. I´m asking for SEO purposes, so no other solution then 301 redirect is acceptable.
     
    ||NeX||, Aug 29, 2007 IP
  2. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #2
    If your windows as ASP or ASP.net here it is :

    Also, if your server is using IIS, here it is :

    1. In internet services manager, right click on the file or folder you wish to redirect.
    2. Select the radio titled "a redirection to a URL".
    3. Enter the page that the page will be redirected to.
    4. Check "The exact url entered above" and the "A permanent redirection for this resource".
    5. Click on 'Apply'.
     
    Camay123, Aug 29, 2007 IP
  3. ||NeX||

    ||NeX|| Active Member

    Messages:
    134
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    83
    #3
    Thank you very much.
     
    ||NeX||, Aug 30, 2007 IP