Casual Articles
#1 in Business Subscribe Email Print

You are here: Home > Internet and Businesses Online > Affiliate Revenue > Affiliate Tip - Create Custom Error Pages

Tags

  • powerhouse
  • filesjust
  • filefirst
  • these error
  • htaccess filefirst

  • Links

  • Cheap Home Insurance Basics
  • Home Spa and Body's Adaptation. The More the Better?
  • Real Estate Development Feasibility Study (Income) - $1.2 Billion Developer Tells You How To Do One
  • Casual Articles - Affiliate Tip - Create Custom Error Pages

    Where's Your Motivation?
    The world needs more powerhouse sellers.I've known several true powersellers in my life, including: Mark Boyd of Insource Safety (http://www.insourcesafety.com) and Clay Andrews of National Linen Service (http://www.nationallinen.com).You are a powerhouse
    pages. Below are examples error documents to specify that will be called for a given error condition:

    ErrorDocument 400 http://www.your_domain.com/400.html
    ErrorDocument 403 http://www.your_domain.com/403.html
    ErrorDocument 404 http://www.your_domain.com/404.html
    ErrorDocument 500 http://www

    Sales Success Tip-Does Your Prospect Have a Need or a Want?
    Ask yourself this question…how many things are on your current "need to do" list? How long have they been there? Here's a part of mine: I need to pressure wash my deck. I need to trim the tree in my front yard. I need to organize my ipod so that my music and educational
    If you are like most people, the error pages on your site are the default pages provide by your host. In the past, I've encouraged affiliates to customize these pages, but many affiliates have come back to ask how to get the error traffic to the customer error pages.

    Error messages occur due to a number of different conditions taking place on your site. These error conditions generate numbers to refer to the corresponding error condition.

    Some of the more common error messages are as follows:

    Error in Client

    • 400 Bad syntax
    • 403 Forbidden
    • 404 Not Found (this one is the most common)

    Error in Server

    500 Internal Error There are a few different ways you can create your error pages.

    Create Error Files

    Just create error pages and name them as follows:

    error400.html
    error403.html
    error404.html
    error500.html

    Place these files in the home directory of your domain.

    Create a .htaccess File

    First, create the HTML page you wish to use as your error page and upload that file to your home directory.

    Then create a .htaccess file and add lines that specify which pages should come up in place of the generic error pages. Below are examples error documents to specify that will be called for a given error condition:

    ErrorDocument 400 http://www.your_domain.com/400.html
    ErrorDocument 403 http://www.your_domain.com/403.html
    ErrorDocument 404 http://www.your_domain.com/404.html
    ErrorDocument 500 http://www.

    Career Questions Answered - CareersCoach
    Question: What do you do when you have been pushed into a role you never wanted that is causing havoc with your life? I have been asked to take on a role for the long term, after having been trained to do it for one month initially to cover someone on leave. That person has no
    different conditions taking place on your site. These error conditions generate numbers to refer to the corresponding error condition.

    Some of the more common error messages are as follows:

    Error in Client

    • 400 Bad syntax
    • 403 Forbidden
    • 404 Not Found (this one is the most common)

    Error in Server

    500 Internal Error There are a few different ways you can create your error pages.

    Create Error Files

    Just create error pages and name them as follows:

    error400.html
    error403.html
    error404.html
    error500.html

    Place these files in the home directory of your domain.

    Create a .htaccess File

    First, create the HTML page you wish to use as your error page and upload that file to your home directory.

    Then create a .htaccess file and add lines that specify which pages should come up in place of the generic error pages. Below are examples error documents to specify that will be called for a given error condition:

    ErrorDocument 400 http://www.your_domain.com/400.html
    ErrorDocument 403 http://www.your_domain.com/403.html
    ErrorDocument 404 http://www.your_domain.com/404.html
    ErrorDocument 500 http://www

    Are You Considering a Job in Nursing?
    Healthcare careers are booming and nursing is one of the fastest growing occupations projected in next 5 years. Qualified nurses are highly in demand, thus if you are considering a job in nursing, you definitely are in the right career path.One thing to take note is nur
    t common)

    Error in Server

    500 Internal Error There are a few different ways you can create your error pages.

    Create Error Files

    Just create error pages and name them as follows:

    error400.html
    error403.html
    error404.html
    error500.html

    Place these files in the home directory of your domain.

    Create a .htaccess File

    First, create the HTML page you wish to use as your error page and upload that file to your home directory.

    Then create a .htaccess file and add lines that specify which pages should come up in place of the generic error pages. Below are examples error documents to specify that will be called for a given error condition:

    ErrorDocument 400 http://www.your_domain.com/400.html
    ErrorDocument 403 http://www.your_domain.com/403.html
    ErrorDocument 404 http://www.your_domain.com/404.html
    ErrorDocument 500 http://www

    Payroll Delaware, Unique Aspects of Delaware Payroll Law and Practice
    The Delaware State Agency that oversees the collection and reporting of State income taxes deducted from payroll checks is: Division of Revenue Withholding Division 820 N. French St. Wilmington, DE 19801 302-577-8200 www.state.de.us/revenuee files in the home directory of your domain.

    Create a .htaccess File

    First, create the HTML page you wish to use as your error page and upload that file to your home directory.

    Then create a .htaccess file and add lines that specify which pages should come up in place of the generic error pages. Below are examples error documents to specify that will be called for a given error condition:

    ErrorDocument 400 http://www.your_domain.com/400.html
    ErrorDocument 403 http://www.your_domain.com/403.html
    ErrorDocument 404 http://www.your_domain.com/404.html
    ErrorDocument 500 http://www

    Warren Buffet Essays are a Classic for Corporate Governance
    The Warren Buffet essays are as good for Corporate America as Milton Friedman’s papers were for Free Markets or Henry Kissinger's essays for Foreign Affairs. The stuff Warren Buffet wrote about is timeless. They are old now, but could have been written yesterday. Remember he i
    pages. Below are examples error documents to specify that will be called for a given error condition:

    ErrorDocument 400 http://www.your_domain.com/400.html
    ErrorDocument 403 http://www.your_domain.com/403.html
    ErrorDocument 404 http://www.your_domain.com/404.html
    ErrorDocument 500 http://www.your_domain.com/500.html

    Just add these lines to your .htaccess file and upload the .htaccess file to your home directory.

    Add a Snippet of Code to Your .htaccess File

    Plug the following bit of code into your .htaccess file, and then create a custom error file named "error.html" that contains your error message content.

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*) /error.html

    Whichever way you create your custom error pages, be sure to test after you've finished setting them up. If you are having problems, contact your host.

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.casualarticles.com/article/53379/casualarticles-Affiliate-Tip--Create-Custom-Error-Pages.html">Affiliate Tip - Create Custom Error Pages</a>

    BB link (for phorums):
    [url=http://www.casualarticles.com/article/53379/casualarticles-Affiliate-Tip--Create-Custom-Error-Pages.html]Affiliate Tip - Create Custom Error Pages[/url]

    Related Articles:

    Inventory Management 101

    Make the Most of Your Tradeshow Exhibit with an Effective Strategy

    Tips for Successfully Outsourcing Services to Freelancers or Outsourcing Service Providers

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com