Valhalla Legends Forums Archive | Web Development | Custom 404 Messages

AuthorMessageTime
Crypticflare
If I add the file .htaccess in my web directory (www) and in it put 404 Error/404.html then have 404.html my file I want to be displayed for the incorrect file directory it should show my custom error message right? I tried it and to no avail it did not work :/
June 13, 2003, 5:35 AM
Thing
The correct syntax is:
[code]ErrorDocument 404 /path/to/whatever.html[/code]

If you just want to display a message, you can do this:
[code]ErrorDocument 404 "Some message here"[/code]

June 13, 2003, 11:21 AM
JoeCool
yea what that "thing" said.. its a THIGN omfg a THING its a THING with that THING on his head omfg ITS "IT" THE KILLER CLOWN!
July 10, 2003, 2:28 AM
Crypticflare
Someones created a monster. Put him down quick.
July 10, 2003, 3:56 AM
MesiaH
Also in your Advanced Internet Options (If using IE) you need to disable the 'Show Friendly HTTP Error Messages'.
July 10, 2003, 4:41 PM

Search