From 84f1a4787cabcdb62192c324927dd577ecad54ea Mon Sep 17 00:00:00 2001 From: "wclouser%mozilla.com" Date: Tue, 5 Feb 2008 19:04:13 +0000 Subject: [PATCH] Adding a / to the rewrite rule to make it equivalent to what is in production right now git-svn-id: svn://10.0.0.236/trunk@244945 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/reporter/htdocs/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/tools/reporter/htdocs/.htaccess b/mozilla/tools/reporter/htdocs/.htaccess index 22f7daa33b1..3f242fbf5f4 100644 --- a/mozilla/tools/reporter/htdocs/.htaccess +++ b/mozilla/tools/reporter/htdocs/.htaccess @@ -3,7 +3,7 @@ RewriteEngine On RewriteBase / -RewriteRule ^service(/)?([A-Za-z0-9.-]+)?$ service.php?v=$2 [QSA] +RewriteRule ^service(/)?([A-Za-z0-9.-]+)?/?$ service.php?v=$2 [QSA] RewriteRule ^app/query(/)?(.*)$ query.php$2 [QSA,L] RewriteRule ^app/report/screenshot(/)?(.*)$ screenshot.php$2 [QSA,L] RewriteRule ^app/report(/)?(.*)$ report.php$2 [QSA,L]