Remove duplicate content from posts
This commit is contained in:
parent
4f281e4b88
commit
c5b6d51e37
37 changed files with 13 additions and 102 deletions
|
@ -14,10 +14,6 @@ Rather than delete these files or change the file permissions manually for each
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
When you download [Drupal](http://drupal.org/project/drupal), there are several text files that are placed in the root of your installation. You don't want or need these to be visible to anyone attempting to view them in a browser - especially `CHANGELOG.txt` as that includes the exact version of Drupal you are running and could therefore have security implications.
|
||||
|
||||
Rather than delete these files or change the file permissions manually for each file, I can add the following lines into my VirtualHost configuration:
|
||||
|
||||
```language-apacheconf
|
||||
<Files ~ "\.txt$">
|
||||
Order deny,allow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue