Dear Friends I want ot redirect 404 error page to my home page, how can I do this in cpanel ?. Step by step guide will be highly appreciated. Thanks in advance.
http://www.tildemark.com/programming/mod-rewrite/redirecting-404-errors.html * Note: This is not my blog or my article, use at your own risk. I just pulled the best looking one from Google you could review and decide if thats the best method for you.
first of all what host are you using ..well im guessing there would be a 404.shtml you can edit and just put this code <html> <head> <title>Redirecting now...</title> </head> <body> <SCRIPT LANGUAGE="JavaScript">top.location="http://googleminigames.com";</script> </body> </html> HTML: and save it as 404.shtml on your public_html folder on your file manager or FTP some hosts use WWW or just nothing at all hope this helped Change my site to you site
some shared servers use one error file for everybody. in that case add: Errordocument 404 /404.shtml in the .htaccess and then make the 404.shtml