[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FW: [cobalt-developers] .HTACCESS ERROR
- Subject: FW: [cobalt-developers] .HTACCESS ERROR
- From: "David Park" <park@xxxxxxxxxxxx>
- Date: Thu Jan 10 12:13:41 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Oooops.. missed couple of lines.. corrected below
---------------------------------------------
Kevin,
This has been discussed many times on the list and it is documented on KB
section of cobalt.com,
==================================
.htaccess file usage is disabled by default on the RaQ4 for security
reasons. If you need to reenable it, you will need to edit the web server
configuration files directly.
The file you need to edit is " /etc/httpd/conf/access.conf ".
Near the top of this file, there is a line that reads as follows:
AllowOverride None
and change it to:
AllowOverride AuthConfig
or
AllowOverride All
to suit your needs.
=====================================
Best,
David Park
Lovetree SYstems Inc.
-----Original Message-----
From: cobalt-developers-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-developers-admin@xxxxxxxxxxxxxxx]On Behalf Of Mr. Kevin
Rinehart
Sent: Sunday, January 06, 2002 8:38 AM
To: cobalt-developers@xxxxxxxxxxxxxxx
Subject: [cobalt-developers] .HTACCESS ERROR
Importance: High
Hello All,
I am in need of assistance. I attempted to create a secured directory in
a members area for a client. However, I only get an "internal server error"
when I attempted to access the file. When I FTP into the area, I can not
see the file ".htaccess" anywhere. I figured I could just delete the file
and
start over. But since I can not find the " .htaccess " file, I am at at
loss.
Please advise.
The file I authored is laid out like this.
AuthUserFile /etc/passwd
Authname "Site Name"
Authtype Basic
<LIMIT GET POST PUT>
require user username
</LIMIT>
Noting that I changed the Site Name and the User Name with the
desired information.
Thank You for your time.
Kevin Rinehart
_______________________________________________
cobalt-developers mailing list
cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers