Ver Fonte

admin/scrum/install redirect fix

Nathaniel van Diepen há 11 anos atrás
pai
commit
4fcdede73d
1 ficheiros alterados com 2 adições e 2 exclusões
  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