From eb53b3a69db8395d2a40a1ec6618431d41909256 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 1 Oct 2014 15:03:06 +0200 Subject: fix linkage --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index af1704f..8915f0a 100644 --- a/.htaccess +++ b/.htaccess @@ -6,6 +6,7 @@ RewriteCond %{REQUEST_FILENAME} !-l # / -> index.php - room/streams list +DirectoryIndex index.php # /room/ -> formats.php - list of qualities/formats RewriteRule ^(saal1|saal2|saalg|saalz)/?$ formats.php?room=$1 [L] -- cgit v1.2.3