Hi, I want to do a 301 redirect from http:// to http://www. is the code OK?

Discussion in 'Site & Server Administration' started by danieloffice, Jul 23, 2007.

  1. #1
    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^arcadefriend\.com [NC]
    RewriteRule ^(.*)$ http://www.arcadefriend.com/$1 [R=301]
     
    danieloffice, Jul 23, 2007 IP
  2. cyanide

    cyanide Peon

    Messages:
    483
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Off-hand it looks correct.
    What happens when you try it?
     
    cyanide, Jul 23, 2007 IP