301 redirect old domain to new exception homepage of old domain

Discussion in 'Apache' started by 3walim, Feb 15, 2008.

  1. #1
    3walim, Feb 15, 2008 IP
  2. nobitu

    nobitu Banned

    Messages:
    1,787
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #2
    .htaccess

    Upload it to your root (like under /www )
     
    nobitu, Feb 15, 2008 IP
  3. 3walim

    3walim Peon

    Messages:
    282
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    3walim, Feb 16, 2008 IP
  4. nobitu

    nobitu Banned

    Messages:
    1,787
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #4
    redirects any URL to a page with the same name in the new domain.

    
    Redirect 301 / http://www.newdomain.com/
    
    Code (markup):
     
    nobitu, Feb 16, 2008 IP