diff --git a/.htaccess b/.htaccess index b463395..37490b4 100644 --- a/.htaccess +++ b/.htaccess @@ -14,3 +14,6 @@ Redirect 302 /phpmyadmin https://phpmyadmin.wiai.de #RewriteCond %{HTTP_HOST} ^wiai\.de$ #RewriteRule (.*) http://www.wiai.de/$1 [R=301,L] #RewriteRule ^$ dashboard [L] + +#Forbid git +RedirectMatch 404 /\.git