X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=.htaccess-dist;h=c5c1b5b716c1e75a09a7f02d5b105c88a1f882ee;hb=7b871f3ecd8cbb1e10fbe2f13e6380c1e29d2994;hp=a671cc680aff06f63aa301add63c8cc59c34ad33;hpb=6da47936c63039792a0cbf9021e69f2cd1ad4731;p=friendica.git diff --git a/.htaccess-dist b/.htaccess-dist index a671cc680a..c5c1b5b716 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 @@ -35,6 +51,6 @@ AddType audio/ogg .oga RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA] + RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA,B]