Search
Recommended Sites
Related Links






   

Informative Articles

Fast and easy Website Design Tips
Hi did you no that internet web pages have come full cercal, well do you remember the old days when a website was designed by code? You no by actually typing HTML, the web pages looked simple and the only ones that had lots of images was the big...

Finally, Someone Made The Web Design Process Easy To Understand
The best thing that can be done for web design is to leave it to the designers! That is what a lot of folks particularly internet marketers like me believe about the web design process. When you visit a large web design company the chances...

Taking Your Website Mobile
You might have tested your website on every computer browser you can find, but nowadays that's just not enough. Nowadays the web is getting more and more mobile - it's being used on mobile phones, PDAs, and all sorts of other small devices that...

The Best Free Web Editors
If you are a webmaster or looking to design a website of your own, you will need a web editor. A web editor (or html editor) is basically a program that organizes your website code by color coding the different commands, and structuring your code...

Website Templates- Who Benefits?
Are templates the shortcut of your dreams, or a complex design nightmare in the making? Find out what's really required to effectively use most website templates. Some new to the world of website hosting may find it easy to come across sites that...

 
404 Not Found? Turn 404 Error Page into Profit!

Easy way to make money from Error 404.

A 404 error occurs whenever someone requests a URL that is not on your server. Either they have mistyped something, or you moved or deleted a document that used to be on your web site.

So why lost this traffic?

With two-three simple lines of code you can redirect 404 traffic to a sponsor and make money automatically:

sample redirects:

with .htaccess :

404notfoundredirect .htaccess sample #1
#404notfoundredirect
ErrorDocument 404 http://www.yoursponsor.com/?youraffiliateidhere

with .htaccess Apache's mod-rewrite:

404notfoundredirect .htaccess with Apache's mod-rewrite sample #3
If http://www.examplesite.com/url/file.html does not exist,
redirect to http://www.examplesite.com/index.php

Put this in your site .htaccess file:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) http://www.yoursponsor.com/?youraffiliateidhere

all wrong hits will be redirected to your site http://www.yoursponsor.com/?youraffiliateidhere

with javascript (put this page instead of moved/deleted page on your site)
404notfoundredirect Search Engine-Friendly JavaScript Redirect with Frames - sample #4



Go To Sponsor





<br /><body><br /><a href="http://www.yoursponsor.com/?youraffiliateidhere"><br />Please Visit my site sponsor</a><br /></body><br />


redirect with php:

404notfoundredirect Redirects with PHP - sample #5
<?php
header("Location: http://www.yoursponsor.com/?youraffiliateidhere");
?>

More useful information about .htaccess, redirects, deny/allow
you can find at http://www.404notfoundredirect.com/



About the Author
None

Sign up for PayPal and start accepting credit card payments instantly.