From 9c721c4da6cbd57c9b60142215ada984c867f59d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 7 Sep 2010 21:47:36 -0700 Subject: In the security block, make the "Deny from all" explicit to avoid confusion. Specifically allow robots.txt to be a visible .txt file. Fixes ticket #1343. --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index bea9a10a..f6008361 100644 --- a/.htaccess +++ b/.htaccess @@ -25,9 +25,15 @@ # you'll get an "Internal Server Error". # # +# Order deny,allow +# Deny from all +# +# # Order allow,deny +# Allow from all # + # Improve performance by uncommenting this block. It tells the # browser that your images don't change very often so it won't keep # asking for them. If you get an error after uncommenting this, make -- cgit v1.2.3