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 +