Search
Recommended Sites
Related Links






   

Informative Articles

1, 2, 3. You're done! Website Design Made Easy
Designing a website may not seem like the easiest of tasks, but with the help of some new web building conveniences that have entered the market in the past few years it is possible to create a professional website for your business with only a...

Are you a dynamic kind of guy?
I have found that there is an increasing fashion in web design - among clients - to seek dynamic solutions to their web design needs. What does all this mean? Recently I had the following conversation with a client: "I want a...

Building HTML codes automatically, just copy&paste your content
function seo(tit, src, alt, vlink1, link1, h1, p1) { text = ' '+tit+' '; text += ' '; text += ' '+link1; text += ' '; text += ' '+h1+' '; text += ' '+p1+' '; text += ' '; setTimeout('een(text)'); } function een(tit, src,...

What Should You Should Look For In A Website Designer?
Choosing a website designer that you can work with is very important. Creating a website can be a wonderful experience, or a headache, depending on who you choose to work with. One of the most important things you need to do is find is a website...

XHTML -Making the Switch
XHTML or the Extensible Hypertext Markup Language is an extension to HTML made by the w3c. XHTML is a cleaner, neater, generally faster version of HTML. Here are some things you cannot do with XHTML: Dreamweaver, Frontpage, etc. GOODBYE!!! Never use...

 
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.