From 8c446b794d03ec85d47a3bff1419f0c4791cc259 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Sat, 3 Oct 2015 18:47:05 +0200 Subject: [PATCH] so the debug file (if exists) won't be visible to everyone --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index 6b8968d..92527ad 100644 --- a/.htaccess +++ b/.htaccess @@ -7,3 +7,8 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?url=$1 [QSA,PT,L] + + +Order Allow,Deny +Deny from all +