[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] 404's
- Subject: RE: [cobalt-users] 404's
- From: "David Lynch" <admin@xxxxxxxxxxxxxxx>
- Date: Tue Jul 4 09:53:19 2000
Simple...
Open notepad. Make this the only line in the file:
ErrorDocument 404 http://www.domain.com/whatever.htm
The file HAS to be called .htaccess and be FTPd as ascii....
BUT, Windows doesn't let you name a file .anything... so call it
htaccess.txt and rename it to .htaccess after you upload it.
Make sure whatever.htm exists! I just send them to
index.html... but you can create a customized 404 page)
(WS_FTP overrides Window's rule on needing a name before the .
so you can use ws_ftp to rename it before you upload.)
If you upload this to /web it works on the entire domain.
If you put it in a directory, it will limit it's magic power
to that directory only, and all it's subdirectories.
David Lynch
Breaking All The Rulez
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Frank Cubillos
Sent: Tuesday, July 04, 2000 11:33 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] 404's
Thanks Babu,
The only thing in /usr/admserv/html in my raq3 is robots.txt..Any ideas?
> Default location of 404 page (RAQ2/RAQ3)
> /usr/admserv/html/.cobalt/error/fileNotFound.html
> Make a back up copy of it, then customize it.
> Best regards,
> Babu P. Yogarajah