Fixed 'application/octet-stream' forcing to be version independent.
authorshort <>
Wed, 28 Sep 2005 15:38:25 +0000 (15:38 +0000)
committershort <>
Wed, 28 Sep 2005 15:38:25 +0000 (15:38 +0000)
project/udpgate/dist/.htaccess

index fa8accb..ea68c4d 100644 (file)
@@ -1,6 +1,3 @@
-<Files "udpgate-1.0">
-       <IfModule mod_csacek.c>
-               csacekEngine Off
-       </IfModule>
+<FilesMatch "^udpgate-[0-9.]*$">
        ForceType application/octet-stream
-</Files>
+</FilesMatch>