Jacek Caban : htaccess: Set content type for file.winetest.

Alexandre Julliard julliard at winehq.org
Wed Jan 8 10:22:55 CST 2014


Module: tools
Branch: master
Commit: c36851419c5ae593d994ae2fda3f1e60bc2f38ab
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=c36851419c5ae593d994ae2fda3f1e60bc2f38ab

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Jan  8 15:20:27 2014 +0100

htaccess: Set content type for file.winetest.

---

 winetest/tests/.htaccess |    1 +
 1 file changed, 1 insertion(+)

diff --git a/winetest/tests/.htaccess b/winetest/tests/.htaccess
index 3189dbd..df1bd34 100644
--- a/winetest/tests/.htaccess
+++ b/winetest/tests/.htaccess
@@ -2,6 +2,7 @@ Order Allow,Deny
 Allow From All
 
 SetEnv no-gzip dont-vary
+AddType application/winetest .winetest
 
 <Files chunked>
   Allow from All




More information about the wine-cvs mailing list