]> err.no Git - scalable-opengroupware.org/blobdiff - Apache/SOGo.conf
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1242 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / Apache / SOGo.conf
index 11066ef7276b2ab63839951b902e8aa66bcb06e5..5e835ecc099f33e6056d1fd30f12c4d68b3a2773 100644 (file)
@@ -4,6 +4,27 @@ Alias /SOGo.woa/WebServerResources/ \
       /usr/GNUstep/System/Library/SOGo-0.9/WebServerResources/
 Alias /SOGO.woa/WebServerResources/ \
       /usr/GNUstep/System/Library/SOGo-0.9/WebServerResources/
+
+<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*jpg">
+  SetHandler default-handler
+</LocationMatch>
+
+<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*png">
+  SetHandler default-handler
+</LocationMatch>
+
+<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*gif">
+  SetHandler default-handler
+</LocationMatch>
+
+<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*css">
+  SetHandler default-handler
+</LocationMatch>
+
+<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*js">
+  SetHandler default-handler
+</LocationMatch>
+
 AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
            /usr/GNUstep/System/Library/SOGo-0.9/$1.SOGo/Resources/$2