Need your help regarding htacess redirection.........

Discussion in 'Site & Server Administration' started by sukumarseo, Nov 1, 2012.

  1. #1
    Hi Guys...

    This is my company website (www.objectfrontier.com). hosted Godaddy Windows Server

    My domain is right now having issue (Redirecting non-www to www with .htaccess)

    Please Check my website and give your valuable suggestion how to solve this problem

    Website: http://www.objectfrontier.com
     
    sukumarseo, Nov 1, 2012 IP
  2. MilesWeb

    MilesWeb Well-Known Member

    Messages:
    869
    Likes Received:
    35
    Best Answers:
    7
    Trophy Points:
    173
    #2
    Try adding code below in .htaccess file. Make sure rewrites are enabled on your server.

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^objectfrontier.com$
    RewriteRule ^(.*)$ "http\:\/\/www\.objectfrontier\.com\/$1" [R=301,L]
     
    MilesWeb, Nov 1, 2012 IP
  3. badolfus

    badolfus Greenhorn

    Messages:
    41
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    8
    #3
    I think you have provided some wrong information or you are mistaken.

    Since I have visited your site and its not redirecting from non www to www, checked vice versa also.

    So I couldn't find any problem there it is working fine.
     
    badolfus, Nov 8, 2012 IP