HOW TO MAKE A 404 ERROR PAGE
PAGE NOT FOUND
This information presented by:
"POETRY" by: T. J. Daniels

First I opened a text editor (I use MSNotePad) to make a file and included only this one line:

ErrorDocument 404 /404.html
(Make sure that it's at the very top left, (you can copy and paste the line above)

then I saved the file and named it .htaccess (without any extention) and ftp/uploaded it to the root directory on my site. Next I made another file and called it 404.html (you can call it what you want) and inserted html code ie:

(html)(head)(title)you can title it whatever you choose(/title)
(meta name="description" content="Include your description here")
(meta name="keywords" content="Insert your keywords here")
(/head)
(body bgcolor="#XXXXXX" text="#XXXXXX" link="#XXXXXX" vlink="#XXXXXX")
DO NOT forget to use the brackets ie: < > (I used the ( )'s so that you'd be able to 'see' it.

(Then include your body text here)
I then ftp/uploaded that file to my site.

Main tjdanielstj AT sbcglobal DOT net
Secondary tjdanielstj AT gmail DOT com

"CLICK BELOW"
T-Shirts, by 'The Mountain,'
Dice, Dragons, Dragon Dice,
Miniatures.


To go to the main Poetry Page, click here