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 + +