https://bugzilla.wikimedia.org/show_bug.cgi?id=35454

--- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-03-24 17:55:24 
UTC ---
(In reply to comment #0)
> The .htaccess file installed in the images directory to address Bug 23285
> includes the line:
> 
> RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
> 
> However, the # sign in the regex indicates that the remainder of the line
> should be treated as a comment.
> 
> The line should be corrected, by escaping the # sign as follows:
> 
> RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(\#|\?|$) [nocase]

I think you mean another bug. bug 23285 is about login issues

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to