Skip to content

Commit

Permalink
Merge pull request #10816 from iionly/htaccess-cleanup
Browse files Browse the repository at this point in the history
fix(htaccess): removing of obsolete entry in htaccess.dist incompatible with Apache 2.4
  • Loading branch information
mrclay committed Apr 11, 2017
2 parents a9c37a9 + f2e8efa commit f8b1043
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions install/config/htaccess.dist
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Elgg htaccess directives

<FilesMatch "(nginx|htaccess).dist">
order allow,deny
deny from all
</FilesMatch>

# Don't allow listing directories
Options -Indexes

Expand Down

0 comments on commit f8b1043

Please sign in to comment.