From 612dd017fd0901d653fb8145385079a578b74caa Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 1 Aug 2013 14:15:20 +0800 Subject: Bug 859550: Create a user profile page for bugzilla users --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 5d7fcf51e..17246a4ef 100644 --- a/.htaccess +++ b/.htaccess @@ -42,6 +42,7 @@ Redirect permanent /duplicates.html https://bugzilla.mozilla.org/duplicates.cgi RewriteEngine On RewriteRule ^review(.*) page.cgi?id=splinter.html$1 [QSA] +RewriteRule ^user_?profile(.*) page.cgi?id=user_profile.html$1 [QSA] RewriteRule ^favicon\.ico$ extensions/BMO/web/images/favicon.ico RewriteRule ^form[\.:](itrequest|mozlist|poweredby|presentation|trademark|recoverykey)$ enter_bug.cgi?product=mozilla.org&format=$1 RewriteRule ^form[\.:]legal$ enter_bug.cgi?product=Legal&format=legal -- cgit v1.2.3-24-g4f1b