X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2F.htaccess;h=7b1f94f0e654d6ff308d439d8dec5f934b8f82f6;hb=13059f539652872972a78beb1f0fe2315e7510c8;hp=b311c14c23a638a6d4c13c5c396d72ad88e4687f;hpb=6a56ac2add9b96b97a66cdc63722f30234f4cb6b;p=friendica.git diff --git a/util/.htaccess b/util/.htaccess index b311c14c23..7b1f94f0e6 100644 --- a/util/.htaccess +++ b/util/.htaccess @@ -1,5 +1,12 @@ Options -Indexes -# Remove the following line or modify it to run the string translator utility -Deny from all +# Remove the following lines or modify it to run the string translator utility + + #Apache 2.4 + Require all denied + + + #Apache 2.2 + Deny from all +