[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] HTACCESS ERROR



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, it is not view able
in the directory, I am at a 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