From 8bf3187b10040f41fa1fef6ff6b1a24b9b95b626 Mon Sep 17 00:00:00 2001 From: Cpt-Hook <33263804+Cpt-Hook@users.noreply.github.com> Date: Sun, 25 Mar 2018 15:45:26 +0200 Subject: [PATCH] Added .srt and .mp4 formats. Just installed your awesome apache indexes, but for me the .srt and .mp4 format descriptions were missing, so I added them. --- .htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index b743d5c..71fb7ca 100644 --- a/.htaccess +++ b/.htaccess @@ -47,7 +47,7 @@ AddEncoding gzip svgz AddIcon /fancy-index/icons/file-code.svg .c .h .mustache .rust .source .apache .yml .jade AddIcon /fancy-index/icons/file-media.svg .png .jpg .jpeg .webp .gif .bmp .mp4 .webm .ogv .mov .ico AddIcon /fancy-index/icons/file-pdf.svg .pdf - AddIcon /fancy-index/icons/file-text.svg .txt README readme Procfile + AddIcon /fancy-index/icons/file-text.svg .txt .srt README readme Procfile AddIcon /fancy-index/icons/file-zip.svg .zip .z .gz .Z .tgz .tar.gz .tar .rar AddIcon /fancy-index/icons/gear.svg .htaccess .env .env-dev .env-production .env-staging AddIcon /fancy-index/icons/config.svg .conf .ini .cfg .prefs @@ -95,6 +95,8 @@ AddEncoding gzip svgz # FILE DESCRIPTIONS AddDescription "MPEG Layer 3 Format" .mp3 + AddDescription "MPEG Layer 4 Format" .mp4 + AddDescription "SubRip subtitles format" .srt AddDescription "GZIP compressed TAR archive" .tgz .tar.gz AddDescription "GZIP compressed archive" .Z .z .gz .zip AddDescription "RAR compressed archive" .rar