Elaborate on .htaccess comment

This commit is contained in:
Herman van Rink 2011-07-15 10:28:20 +02:00
parent 285971a8cb
commit 72de42f47d

View File

@ -1,4 +1,6 @@
# This folder does not require access over HTTP
# This folder does NOT need to be accessible over HTTP
# In most cases the tests included here will be run from a command line interface.
# (the following directive denies access by default)
# For more information see: http://httpd.apache.org/docs/current/mod/mod_authz_host.html#allow
Order allow,deny