summaryrefslogtreecommitdiff
path: root/trunk/browser-plugin/tests/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/browser-plugin/tests/.htaccess')
-rw-r--r--trunk/browser-plugin/tests/.htaccess12
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/browser-plugin/tests/.htaccess b/trunk/browser-plugin/tests/.htaccess
new file mode 100644
index 000000000..3863e336b
--- /dev/null
+++ b/trunk/browser-plugin/tests/.htaccess
@@ -0,0 +1,12 @@
+Options Indexes FollowSymLinks
+RewriteEngine on
+
+#AddType video/x-msvideo .avi
+
+# For test #1
+AddType video/divx .avi
+# FIXME this should be video/x-msvideo instead
+
+# For test #2
+RewriteRule mjpeg-totem-logo.mov mjpeg-totem-logo.avi
+Addtype video/quicktime mjpeg-totem-logo.mov