301 Redirect problem

Discussion in 'Windows / IIS' started by rlcraven, Mar 22, 2012.

  1. Hello,

    I'm trying to do a 301 Redirect using IIS7 Manager and can't seem to get it right.

    The objective is to redirect the non-www url for my domain http://rlcraven.com to http://www.rlcraven.com.

    I downloaded and installed IIS Manager and connected to my domain. I set up a redirect using the HTTP redirect feature putting http://www.rlcraven.com as the destination and 301 as the status code. After doing this, neither URL will load. If I remove the redirect, the site will load.

    The same thing happens if I put http://rlcraven.com as the destination or even http://www.rlcraven.com/home.aspx.

    Can anyone set me straight here?

    Thank you!

    Randy
     
  2. Thanks, jayc. I used the URL rewrite in the web.config and that worked.

    Thanks again, Randy
     

Share This Page