X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.htaccess-dist;h=404137168afd8a4f04943eacbf43b0d5293c9222;hb=7e06127d74565b1c63ca897437ef084a0a7415e0;hp=a671cc680aff06f63aa301add63c8cc59c34ad33;hpb=e4a652cae805cbe3b048fb0193050061ad39809b;p=friendica.git diff --git a/.htaccess-dist b/.htaccess-dist index a671cc680a..404137168a 100644 --- a/.htaccess-dist +++ b/.htaccess-dist @@ -1,8 +1,12 @@ +# This file is meant to be copied to ".htaccess" on Apache-powered web servers. +# The created .htaccess file can be edited manually and will not be overwritten by Friendica updates. + Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga #AddHandler php53-cgi .php +# deny access to log files (friendica.log or php.out) #Apache 2.4 @@ -14,6 +18,18 @@ AddType audio/ogg .oga +# deny access to backup files + + + #Apache 2.4 + Require all denied + + + #Apache 2.2 + Deny from all + + + RewriteEngine on # Protect repository directory from browsing