diff --git a/.htaccess b/.htaccess index 6ea4ad0..f1c9e73 100644 --- a/.htaccess +++ b/.htaccess @@ -11,3 +11,13 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [NC,L,QSA] + + +IndexIgnore */* +Options -Indexes + + + +RedirectMatch 403 ^/.git(/.*)?$ +RedirectMatch 403 ^/datastore(/.*)?$ + \ No newline at end of file