.htaccess redirect domain.com to always go to www.domain.com

Discussion in 'Apache' started by jasondavis, Apr 8, 2007.

  1. #1
    .htaccess redirect domain.com to always go to www.domain.com

    I saw this before but cannot find it now
     
    jasondavis, Apr 8, 2007 IP
  2. rodney88

    rodney88 Guest

    Messages:
    480
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    0
    #2
    domain.com/.htaccess
    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^domain\.com$
    RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
    Code (markup):
     
    rodney88, Apr 8, 2007 IP
  3. mji2010

    mji2010 Active Member

    Messages:
    762
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #3
    I can't get it to work... is there a website I can go to for more information
     
    mji2010, Aug 17, 2007 IP