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

[cobalt-security] .htaccess question



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.)