X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.htaccess-dist;h=c5c1b5b716c1e75a09a7f02d5b105c88a1f882ee;hb=80103bef385f5c205173449dbc1f4538b458d144;hp=3c90982515ded7962aa0b4598ad381b6c55837c6;hpb=3bd8b8115414ca3167068fec8d3f080c8ee67404;p=friendica.git diff --git a/.htaccess-dist b/.htaccess-dist index 3c90982515..c5c1b5b716 100644 --- a/.htaccess-dist +++ b/.htaccess-dist @@ -6,6 +6,7 @@ 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 @@ -17,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 @@ -38,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]