Aleksander Machniak
2016-05-09 bf19fe2d1aaa3ca390b9175d3e1d17070e166843
Move commented mod_headers settings to the end of the file
1 files modified
22 ■■■■ changed files
.htaccess 22 ●●●● patch | view | raw | blame | history
.htaccess
@@ -43,6 +43,17 @@
SetOutputFilter DEFLATE
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
</IfModule>
FileETag MTime Size
<IfModule mod_autoindex.c>
Options -Indexes
</ifModule>
<IfModule mod_headers.c>
# replace 'append' with 'merge' for Apache version 2.2.9 and later
#Header append Cache-Control public env=!NO_CACHE
@@ -76,14 +87,3 @@
# more flags for script, stylesheets and images available, read RFC for more information
#Header set Content-Security-Policy "referrer no-referrer"
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
</IfModule>
FileETag MTime Size
<IfModule mod_autoindex.c>
Options -Indexes
</ifModule>