Forums

404 error please help me (1 post)

  1. t.rajeshwar
    Member
    Posted 1 year ago #

    my site is http://www.earn-money.co.in

    if a person lands wrongly it shows 404 error
    for example "http://www.earn-money.co.in/?category_na" if a person types a part of domain name he will land to home page. i did this with som php coding
    <?php
    header("Status: 301 Moved Permanently");
    header("Location:http://www.earn-money.co.in");
    ?>
    this works perfectly
    but if a user types http://www.earn-money.co.in/sdf it says 404 error
    can i make this page also land to home page
    please help me

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags