From cb7c6e37c1bbf0181dea0223710da91a31f8f00e Mon Sep 17 00:00:00 2001 From: Kulbir Saini Date: Thu, 24 May 2012 21:40:04 +0530 Subject: [PATCH] Deny access to config.ini file using .htaccess. --- .htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index eee5bd9..ec7793f 100644 --- a/.htaccess +++ b/.htaccess @@ -4,4 +4,8 @@ RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] - \ No newline at end of file + + + order allow,deny + deny from all +