From 6cc0c6bbd15b6be14006fe806ec1da05a61c82b5 Mon Sep 17 00:00:00 2001 From: frankw Date: Wed, 23 Apr 2008 10:42:04 +0000 Subject: [PATCH] make mp3 files pop up the file save dialog instead of playing and leaving the page, allows for more reliable play of mp3 files. git-svn-id: svn://192.168.202.10@847 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/SCRATCH_INSTALL.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index b602c651..b3dacf69 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -734,6 +734,9 @@ installation on another machine) AllowOverride None Order allow,deny Allow from all + + Forcetype application/forcedownload + - /usr/local/apache2/bin/apachectl start