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

[cobalt-users] RAQ3 .HTACCESS



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>