404 error please help me
-
my site is https://www.earn-money.co.in
if a person lands wrongly it shows 404 error
for example “https://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:https://www.earn-money.co.in”);
?>
this works perfectly
but if a user types https://www.earn-money.co.in/sdf it says 404 error
can i make this page also land to home page
please help me
- The topic ‘404 error please help me’ is closed to new replies.