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 +