From 49653db49c865bfe8ddf6bcd050ebd42f567e928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sun, 27 Jan 2013 07:15:50 +0100 Subject: [PATCH] Protect a little more the .htaccess on case mod_rewrite is not available. --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index fc04a1d..5f176fc 100644 --- a/.htaccess +++ b/.htaccess @@ -11,8 +11,10 @@ #XSendFile On #XSendFileAllowAbove on + RewriteEngine on RewriteRule ^download/(.*)/.*\.(.*)$ fetch.php?data=$1&type=$2 [L] + ########################################### # Uncomment if you wish to protect acces with a password