From 1755bed5d55f63961a1066f3882852a5eba50d69 Mon Sep 17 00:00:00 2001 From: kirsan Date: Thu, 30 Jun 2011 11:46:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=81=D1=82=D1=83=D0=BF=20=D0=BA?= =?UTF-8?q?=20=D1=84=D0=B0=D0=B9=D0=BB=D1=83=20plugins.dat=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BA=D1=80=D1=8B=D1=82=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20.ht?= =?UTF-8?q?access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 8be9520e..8bca0499 100644 --- a/.htaccess +++ b/.htaccess @@ -3,4 +3,10 @@ Options -Indexes RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ ./index.php \ No newline at end of file +RewriteRule ^(.*)$ ./index.php + + +order allow,deny +deny from all + +