URL redirect.. Help me

Discussion in 'Site & Server Administration' started by aaheroe, Jan 16, 2007.

  1. #1
    hello

    I want to redirect my url domain.com to domain.com/blog

    I try via cpanel.. works but all my subdomain redirect to domain.com./blog too

    how to create it manual via .httacess

    help me

    thanks
     
    aaheroe, Jan 16, 2007 IP
  2. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #2
    Add the following code to .htaccess:
    Redirect / http://www.domain.com/blog
    Code (markup):
     
    Richie_Ni, Jan 16, 2007 IP