redirection code for non www to www url

Discussion in 'Apache' started by flatroxs, Dec 15, 2008.

  1. #1
    edit this in .htaccess file dont forget to take backup before editing
    -------

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [NC]
    RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]

    -------

    hope above help u
     
    flatroxs, Dec 15, 2008 IP
  2. nadlerz

    nadlerz Well-Known Member

    Messages:
    264
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    188
  3. pricepointshop

    pricepointshop Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    if i want to redirect with 301 then which code is need for redirect page because of my server is window base they cannot prefer .htaccess file and if you any other type then also tell me
     
    pricepointshop, Oct 12, 2011 IP