View | Details | Raw Unified | Return to bug 40907
Collapse All | Expand All

(-)a/management/univention-management-console-frontend/conffiles/etc/apache2/sites-available/univention-management-console (-1 / +1 lines)
 Lines 49-55   RewriteRule ^(/univention-management-console/js)_[^/]*/(.*) $1/$2 [R=301] Link Here 
49
RewriteCond %{REQUEST_URI} ^/univention-management-console/js[^/]*/umc/modules/i18n/(en|de)/.*\.json
49
RewriteCond %{REQUEST_URI} ^/univention-management-console/js[^/]*/umc/modules/i18n/(en|de)/.*\.json
50
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
50
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
51
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
51
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
52
RewriteRule .* /univention-management-console/js/umc/modules/i18n/empty.json [P,L,T=application/json]
52
RewriteRule .* http://localhost/univention-management-console/js/umc/modules/i18n/empty.json [P,L,T=application/json]
53
53
54
<LocationMatch "^/univention-management-console/(set|get|logout|saml|auth|upload|command).*">
54
<LocationMatch "^/univention-management-console/(set|get|logout|saml|auth|upload|command).*">
55
	RequestHeader set X-UMC-HTTPS %{HTTPS}s
55
	RequestHeader set X-UMC-HTTPS %{HTTPS}s

Return to bug 40907