Half way down /usr/local/apache/conf/httpd.conf (or whereever httpd.conf is
on your box! as root from / type find . | grep httpd.conf [enter] and it'll
find it for you

The .htaccess file to set to
AllowOverrides None

Change that line to
AllowOverrides All (if its just your box or check out apache.org for less
open options)
or
AllowOverride Authconfig (for just .htaccess password use)

Then restart your apache
on linux as root
/etc/rc.d/init.d/httpd restart

Job done :)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Will W
Sent: 18 April 2001 17:29
To: [EMAIL PROTECTED]
Subject: Re: [cobalt-developers] .htaccess file not listed in directory


I am having real trouble securing a directory using .htaccess, can I ask a
huge favor by asking you what your conf files look like because I've tried
all different variations and nothing seems to work. I am using the latest
version of Apache. Also could you tell me what you had to put in the
.htaccess files to make things work.

Thanks in advance.
Will

------Original Message------
From: "flash" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: April 18, 2001 12:33:37 PM GMT
Subject: Re: [cobalt-developers] .htaccess file not listed in directory


ls -al  (in telnet)

you can exucute custom commands in cutftp
you will have to read the doc's for the commands tho.

----- Original Message -----
From: "Dico Reyers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 12:12 AM
Subject: [cobalt-developers] .htaccess file not listed in directory


> Hi there,
>
> I just secured a directory by placing a .htaccess file in it and creating
a
> password file... however when I ftp in, I can't see the .htaccess file or
> .htpasswd file listed.  Also, I can't see either by telneting in.  Is
there
> a way I can view these files?
>
> If I delete the directory, will it delete both these files?
>
> Thanks in advance,
>
> -dr
>
> _______________________________________________
> cobalt-developers mailing list
> [EMAIL PROTECTED]
> http://list.cobalt.com/mailman/listinfo/cobalt-developers

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

-----------------------------------------------
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com


_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers


_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to