diff --git a/.htaccess b/.htaccess index 8d9c5f1..052ab2a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,13 +1,4 @@ # Deny access to .git directory - - RewriteEngine On - RewriteRule ^(.*/)?\.git/ - [F,L] - RewriteRule ^(.*/)?\composer\.(.*) - [F,L] - - -# Alternatively, you can use the following directive to deny access - - Order allow,deny - Deny from all - - +RewriteEngine On +RewriteRule ^(.*/)?\.git/ - [F,L] +RewriteRule ^(.*/)?\composer\.(.*) - [F,L]