WWW.abc.defg.com redirect to abc.defg.com

Discussion in 'Site & Server Administration' started by kitsof, Sep 26, 2012.

  1. #1
    kitsof, Sep 26, 2012 IP
  2. RoseHosting

    RoseHosting Well-Known Member

    Messages:
    230
    Likes Received:
    11
    Best Answers:
    11
    Trophy Points:
    138
    #2
    If you use apache you can do it by using the following rewrite rules:

    RewriteEngine on
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^www.en.glossesweb.com [NC] 
    RewriteRule ^(.*) http://en.glossesweb.com/$1 [R=301,L]
    Code (markup):
    HTH
     
    RoseHosting, Sep 26, 2012 IP
  3. kitsof

    kitsof Member

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #3
    I have bought a custom domain through Google from Enom.
     
    kitsof, Sep 26, 2012 IP