Need A little help

Discussion in 'Search Engine Optimization' started by Melisa, Mar 18, 2010.

  1. #1
    Hi all,

    I need a code to do .htaccess www redirect.
    I have a site i.e http://dataexpertiseindia.com and I want to redirect my url dataexpertiseindia.com to wwww.dataexpertiseindia.com
    If anyone have working code for this direction please let me know.

    Thanks in advance:)
     
    Melisa, Mar 18, 2010 IP
  2. minute_minder

    minute_minder Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sorry I can't help you in this case :(
     
    minute_minder, Mar 18, 2010 IP
  3. seo555

    seo555 Peon

    Messages:
    1,035
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i don't understand all 3URL are same
     
    seo555, Mar 18, 2010 IP
  4. GuruCreation

    GuruCreation Notable Member

    Messages:
    2,780
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    235
    #4
    All of the URLs are the same... Did we miss something here?

    You don't actually need to code anything for a redirect. You can do it within your cPanel or FTP.
     
    GuruCreation, Mar 18, 2010 IP
  5. Aryans

    Aryans Well-Known Member

    Messages:
    1,854
    Likes Received:
    31
    Best Answers:
    1
    Trophy Points:
    178
    #5
    Here is your code hope you know how to use this one if not send me PM i'll help u

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^yourwebsite.com[nc]
    rewriterule ^(.*)$ http://www.yourwebsite.com/$1 [r=301,nc]
     
    Aryans, Mar 18, 2010 IP
  6. Sherinseo

    Sherinseo Peon

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Really great...Tat is the code which we use...mostly to exceed canonicalization error...
    It will avoid the confusion to search engines tat of multiple url....
     
    Sherinseo, Mar 20, 2010 IP
  7. molanaazad

    molanaazad Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i didn't getting you
     
    molanaazad, Mar 21, 2010 IP