From a28bf8f399beb290668370e93e9b35b457ff7134 Mon Sep 17 00:00:00 2001 From: natrak <> Date: Wed, 23 May 2001 13:27:42 +0000 Subject: - Fixed regexp bug in . This used to work on older versions of Apache, but seems that the latest versions are not as forgiving. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 1f5acf0c1..7e563745c 100644 --- a/.htaccess +++ b/.htaccess @@ -3,7 +3,7 @@ # # Protect files and directories from prying eyes: - + order deny,allow deny from all -- cgit v1.2.3