https://bugzilla.wikimedia.org/show_bug.cgi?id=65220
--- Comment #2 from [email protected] --- (In reply to forwardin from comment #1) > Changed to: > > # Protect against bug 28235 > <IfModule rewrite_module> > RewriteEngine On > RewriteCond %{DOCUMENT_ROOT}%{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) > [nocase] > RewriteRule . - [forbidden] > </IfModule> > > Now new images return 403 Forbidden. Correction: looks like 403 Forbidden on all images. So without %{DOCUMENT_ROOT} this .htaccess working strange for me. But with he works and redirects all images to 403 Forbidden. :( -- 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
