404 redirection without using htaccess.

Discussion in 'Search Engine Optimization' started by Debt Reduction, Nov 4, 2008.

  1. #1
    Please i want to know the ways in which redirection can be done.

    Also interested in knowing how 404 redirection is done without using htaccess.

    I have a windows server so more information...

    Please reply...

    Thanks in advance.
     
    Debt Reduction, Nov 4, 2008 IP
  2. SEOBackup - JIM

    SEOBackup - JIM Banned

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try looking into IIS :)
     
    SEOBackup - JIM, Nov 4, 2008 IP
  3. gdi

    gdi Peon

    Messages:
    356
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i am using wordpress. and in my theme there is a 404.php
    in this i use meta redirection codes like <META http-equiv="refresh" content="0;URL=http://www.gdiworkathome.com">
     
    gdi, Nov 4, 2008 IP
  4. Kneoteric_eSolutions

    Kneoteric_eSolutions Banned

    Messages:
    382
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Meta refresh is not not advisable as search engines view it negatively and considered back hat by most of them.

    You will have to do a server side redirect.Why don't you ask your web hosting company to do it for you.
     
    Kneoteric_eSolutions, Nov 4, 2008 IP
  5. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #5
    If you want go for 404 in php you can use following code in the scenarios you like:

    
    <?php
    header("HTTP/1.0 404 Not Found");
    ?>
    
    Code (markup):
     
    jitendraag, Nov 4, 2008 IP
  6. LawnchairLarry

    LawnchairLarry Well-Known Member

    Messages:
    318
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    118
    #6
    LawnchairLarry, Nov 4, 2008 IP
  7. kidsnscience

    kidsnscience Banned

    Messages:
    411
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks for sharing nice tips for 404 redirection
     
    kidsnscience, Nov 4, 2008 IP
  8. Debt Reduction

    Debt Reduction Peon

    Messages:
    248
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks for all you replies...

    I will certainly try this out.

    Can anyone explain me in detail how to process it practically.

    ???????
     
    Debt Reduction, Nov 5, 2008 IP