Search
Recommended Sites
Related Links






   

Informative Articles

ben kolleri icommerce analysis - coventine corporation fraud
http://www.internet-fraud.com/fraudforum/DCForumID39/10.html The web development firm in India that sometimes say they are in the USA are running a scam operation. I found them using Guru.com and made a payment to guru.com using their safe...

Free Website Templates - Top 10 Things You Need to Know
When building your website you might not have a large budget to devote to website design or a designer, so the best option for you might simply be to use free website templates. However, consider the following benefits as well as drawbacks before...

Gain an edge by viewing your competitors source code
Doing business online is alot like the brick and mortar business is, but with alot less steps and hassles,... well kinda anyways. Now there are quite a few advantages to an online business vs a brick and mortar business; like we don't commute,...

PIM Team Case Study: Creating Text Effects With PHP and GD
See how you can create graphic effects on text with PHP and GD - drop shadows, arcs, fonts and colors. Problem A-tec Signs and Sraphics Inc. launched a web site with the idea to sell decals online. To achieve better customers ineterest...

Web Source Web Design Tips - Using META Tags to Prevent Search Engine Indexing
Meta tags are used to give detailed instructions, in regard to a web page, to the Search Engines and browsers. Many times, you may have a web page that you don't want the Search Engines to index. To help with this problem, add one of the following...

 
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.