![]() |
123Webmaster.com
:
Onsite :
Management
Use 404 Pages to Your Advantage Lauri Harpf http://www.apromotionguide.com |
|
"Not found The requested URL /file.html was not found on this server. Apache/1.3.14 Server at www.yourdomain.com Port 80" Does that look familiar? If you've ever accidentally tried to access a page that doesn't exist, possibly by following an outdated link or by misspelling the name of the page, you've probably seen something like the above appear on your screen. You might have attempted to correct the error by checking the URL for mistakes, but it is even more likely that you just clicked "Back" and returned where you came from, never visiting the site again. For a surfer, encountering
a "404 page" is a nuisance. For a webmaster, they can be far more problematic,
causing a reduction
The solution - Custom 404 pages The best way to avoid losing visitors to 404's is to replace the standard and unfriendly error message with a custom page. Fortunately the task is relatively simple and can be performed by anyone who owns a site that has its own domain name. As different server softwares handle things in their own ways, there is no single method of creating a custom error page that works with every system. The following instructions can be applied by those who have sites hosted under Apache, which is a very widely used program. If you don't know what software your host is running, contact them and ask. To start the process, use
an FTP program such as CuteFTP to
Grab a normal text editor and open the file, or if you don't have it, open up a blank file. Type the following into the first line of the file: ErrorDocument 404 http://www.yourdomain.com/404page.html After you're done, save the
file as plain text and make sure
What should my 404 page look like? Of course, you can put anything you want into it, but if your purpose is to encourage your visitors to click further into your site instead of leaving, the page should obey some basic principles. 1. Don't give users a reason to panic. Including a large heading that screams "ERROR" is likely to make the visitor feel that he/she has done something wrong or that your site is not working properly. A better approach is to first greet them with a warm welcome and then explain that the URL they were looking for could not be found, but should they browse around your site, they will surely find the information they need. 2. Make the look and feel similar to the rest of your site. Include your site's menu on the 404 page to give visitors a fast and easy way to continue exploring instead of clicking away. A well-designed 404 page with plenty of links is far more attractive than one that has just black text on a white background and a link to your homepage. 3. Consider adding a search feature on the page. Often your navigation menu
will provide a clue on how the user
After both the .htaccess
file and the HTML page are ready, FTP
-------------------------------------------------------------------------------------------------
|
|
Discussion - Server Side Programming |