====== Webserver ====== ===== Https ===== TODO: not available. ===== apache mod_rewrite ===== Create .htaccess in 'wwwroot' with following lines: IndexIgnore * RewriteEngine On RewriteCond %{HTTP_HOST} ^www.wip.tu-berlin.de$ [NC] RewriteRule ^$ /typo3/index.php?id=201 [NC,R] RewriteCond %{HTTP_HOST} ^wip.tu-berlin.de$ [NC] RewriteRule ^$ /typo3/index.php?id=201 [NC,R] RewriteCond %{HTTP_HOST} ^www.wip.tu-berlin.de$ [NC] RewriteRule ^or$ /typo3/index.php?id=2607 [NC,R] RewriteRule ^webmail$ http://webmail.tu-berlin.de [NC,R=301]