diff --git a/Apache/SOGo-debian.conf b/Apache/SOGo-debian.conf index 02e30d996..0e1b284fb 100644 --- a/Apache/SOGo-debian.conf +++ b/Apache/SOGo-debian.conf @@ -5,6 +5,12 @@ Alias /SOGo/WebServerResources/ \ AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \ /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2 + + AllowOverride None + Order deny,allow + Allow from all + + SetHandler default-handler