Index: services/univention-apache/debian/univention-apache.postinst =================================================================== --- services/univention-apache/debian/univention-apache.postinst (Revision 30914) +++ services/univention-apache/debian/univention-apache.postinst (Arbeitskopie) @@ -43,7 +43,7 @@ univention-config-registry set apache2/autostart?"yes" univention-config-registry set apache2/loglevel?"warn" -univention-config-registry set apache2/startsite?"ucs-overview/de.html" +univention-config-registry set apache2/startsite?"ucs-overview/" univention-config-registry set apache2/documentroot?"/var/www/" univention-config-registry set apache2/maxclients?150 univention-config-registry set mail/alias/webmaster?root Index: services/univention-apache/conffiles/etc/apache2/sites-available/default =================================================================== --- services/univention-apache/conffiles/etc/apache2/sites-available/default (Revision 30914) +++ services/univention-apache/conffiles/etc/apache2/sites-available/default (Arbeitskopie) @@ -49,3 +49,10 @@ print 'RedirectMatch ^/$ /%s' % baseConfig['apache2/startsite'] @!@ + + + RewriteEngine On + RewriteCond %{HTTP:Accept-Language} (^de) [NC] + RewriteRule ^$ /ucs-overview/de.html [L,R] + RewriteRule ^$ /ucs-overview/en.html [L,R] +