From 049afdee98da61e853e39c227d88ededabc2b7e0 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Tue, 5 Feb 2013 09:17:30 +0000 Subject: [PATCH] Add common .mkv filetype. --- apaxy/htaccess.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apaxy/htaccess.txt b/apaxy/htaccess.txt index e626dd9..9b94fa2 100644 --- a/apaxy/htaccess.txt +++ b/apaxy/htaccess.txt @@ -61,7 +61,7 @@ AddIcon /{FOLDERNAME}/theme/icons/sql.png .sql AddIcon /{FOLDERNAME}/theme/icons/tiff.png .tiff AddIcon /{FOLDERNAME}/theme/icons/text.png .txt - AddIcon /{FOLDERNAME}/theme/icons/video.png .asf .asx .avi .flv .mov .mp4 .mpg .rm .srt .swf .vob .wmv + AddIcon /{FOLDERNAME}/theme/icons/video.png .asf .asx .avi .flv .mkv .mov .mp4 .mpg .rm .srt .swf .vob .wmv AddIcon /{FOLDERNAME}/theme/icons/xml.png .xml AddIcon /{FOLDERNAME}/theme/icons/zip.png .zip DefaultIcon /{FOLDERNAME}/theme/icons/default.png @@ -72,4 +72,4 @@ HeaderName /{FOLDERNAME}/theme/header.html ReadmeName /{FOLDERNAME}/theme/footer.html - IndexStyleSheet "/{FOLDERNAME}/theme/style.css" \ No newline at end of file + IndexStyleSheet "/{FOLDERNAME}/theme/style.css"