From 0131b54976afdd3662475e7e84ad66c2997c0287 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 15 Mar 2013 13:30:57 +0800 Subject: Bug 850675: editing the splinter url always appends a /, which results in a broken url --- extensions/Splinter/template/en/default/admin/params/splinter.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/Splinter/template/en/default/admin/params/splinter.html.tmpl') diff --git a/extensions/Splinter/template/en/default/admin/params/splinter.html.tmpl b/extensions/Splinter/template/en/default/admin/params/splinter.html.tmpl index c92c62e5d..b28a4bd37 100644 --- a/extensions/Splinter/template/en/default/admin/params/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/admin/params/splinter.html.tmpl @@ -32,7 +32,7 @@ "the following lines to the .htaccess for Bugzilla: " _ "
" _
                    "RewriteEngine On\n" _
-                   "RewriteRule ^review(\?(.*))? page.cgi?id=splinter.html&$2 [L]" _
+                   "RewriteRule ^review(.*) page.cgi?id=splinter.html\$1 [QSA]" _
                    "
" } %] -- cgit v1.2.3-24-g4f1b