[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-security] .htaccess question
- Subject: [cobalt-security] .htaccess question
- From: nintendo@xxxxxxxxxxxxxxx (Jesse Smith)
- Date: Sat, 4 Aug 2001 02:07:25 -0700
- List-id: Mailing list for users to address network security on Cobalt products. <cobalt-security.list.cobalt.com>
I'm trying to get .htaccess to work. Where it shows
#<Directory /home/httpd/cgi-bin>
#AllowOverride None
#Options ExecCGI
#</Directory>
in the httpd.conf file, should it be changed to
#AllowOverride All
or
AllowOverride All
(Should the # be there.)