[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RAQ3 .HTACCESS
- Subject: [cobalt-users] RAQ3 .HTACCESS
- From: T M C <gempic@xxxxxxxx>
- Date: Fri Apr 21 13:31:57 2000
Has anyone blocked the following out to make .htaccess accessible in the
/etc/httpd/conf/access.conf or what consequences might occur?
AllowOverride All
# ignore .ht*
<Files ".ht*">
deny from all
</Files>