How to redirect from www.domain.com/sub to www.domain.com

Discussion in 'Apache' started by dynn, Oct 1, 2006.

  1. #1
    dynn, Oct 1, 2006 IP
  2. vishuboy

    vishuboy Peon

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In Your control panel Look for the Options redirect in that panel type the directory you want to forward to the domain you want to point then you will be able

    otherwise insert 302 tech in .htaccess file
     
    vishuboy, Nov 1, 2006 IP
  3. bEvolution

    bEvolution Peon

    Messages:
    458
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #3
    How do you insert that 302 tech in .htaccess, ccould someone explain ti a bit more??
    Very apreciated
     
    bEvolution, Nov 12, 2006 IP
  4. tfbpa

    tfbpa The....Alive

    Messages:
    896
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    120
    #4
    Is it a permanent redirect or a temporary one?

    I suspect it is permanent and therefore you should use a 301

    Don't know much about it, but am using the following and that works perfectly. Just add the following in your .htaccess file

    Redirect 301 /sub/ http://www.domain.com/
    Code (markup):
     
    tfbpa, Nov 15, 2006 IP