Browse Source

admin/scrum/install redirect fix

Nathaniel van Diepen 11 years ago
parent
commit
4fcdede73d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .htaccess

+ 2 - 2
.htaccess

@@ -9,8 +9,8 @@
 	RewriteRule ^\~([^/]*)$ /index.php?type=user&id=$1 [QSA,L]
 	RewriteRule ^\+([^/]*)$ /index.php?type=group&id=$1 [QSA,L]
 	RewriteRule ^\!([^/]*)$ /index.php?type=issue&id=$1 [QSA,L]
-	RewriteRule ^([^/]*)/([^/]*)$ /index.php?type=$1&id=$2 [QSA,L]
-	RewriteRule ^([^/]*)/([^/]*)$ /index.php?type=$1&id=$2 [QSA,L]
+	RewriteRule ^scrum/([^/]*)$ /index.php?type=scrum&id=$2 [QSA,L]
+	RewriteRule ^admin/([^/]*)$ /index.php?type=admin&id=$2 [QSA,L]
 	RewriteRule ^install/([^/]*)$ /install/index.php?id=$1 [QSA,L]
 </IfModule>
 # File security