From 72de42f47de343611271f1a94031b0f233fee2e4 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Fri, 15 Jul 2011 10:28:20 +0200 Subject: [PATCH] Elaborate on .htaccess comment --- test/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/.htaccess b/test/.htaccess index 70a11774c6..d4984c298b 100644 --- a/test/.htaccess +++ b/test/.htaccess @@ -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