1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Redirect not found page to home page using .htaccess.. Its posibble?

Discussion in 'Site & Server Administration' started by LanZord, Jun 20, 2009.

  1. #1
    For example i have page example.com/page1
    But this page not available anymore.. Can I use .htacess to redirect the page to example.com ?
    Any idea..?
    You post appreciate.. Thanks..:)
     
    LanZord, Jun 20, 2009 IP
  2. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #2
    Just add following:

    ErrorDocument 404 /index.php

    Add the above in the .htaccess which is in root (publich_html or htdocs) of your domain. If you have set index.htm as default then you will need to use it instead of index.php (which is just an example).
     
    kailash, Jun 20, 2009 IP
    LanZord likes this.
  3. LanZord

    LanZord Peon

    Messages:
    324
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Great.. Thanks.. Its working.. So easy..:)
     
    LanZord, Jun 20, 2009 IP