[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] re:how change error 404 page in raq4
- Subject: [cobalt-users] re:how change error 404 page in raq4
- From: Mirko <mirko@xxxxxxxx>
- Date: Sat Sep 7 09:15:02 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
hi Gerald and all
yes....in fact in the file " access.conf " is not write " FileInfo "....but
i don't undestand how i can
change this using telnet ..because if i edit this file in notepad and i try
to upload by ftp i can not...
thanks again for your precious help...
regards
Mirko
I have put the .htaccess and the 404 page (but with another name) in the
> folder web...and i have respect exactly the syntax to the code inside the
> .htaccess....
>
> any other idea welcome thanks...
>
edit /etc/httpd/conf/access.conf
search for .htaccess
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", FileInfo",
# "AuthConfig", and "Limit"
AllowOverride AuthConfig Indexes Limit FileInfo
The above line is at line 52 in my file, make sure it includes "FileInfo"
If you add FileInfo restart httpd
/etc/rc.d/init.d/httpd restart
Gerald