X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2F.htaccess;h=7b1f94f0e654d6ff308d439d8dec5f934b8f82f6;hb=af2929492648dda7ba96ed5c3622cb19b295d8d9;hp=b311c14c23a638a6d4c13c5c396d72ad88e4687f;hpb=8ec424325375aa923c7d2d78ac8ddcc352f09cff;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 +