Wiki trouble

Fragment of a discussion from Talk:MediaWiki 1.19
Jump to: navigation, search

In the file version of the current link to the file:

http://www.example.com/wiki/images/0/03/Example-Logo.svg

The final image (ie the first, I always put out), now contains the link:0

http://www.example.com/wiki/images/archive/0/03/20120527214439%21Example-Logo.svg

Note: there are only example links

The .htaccess file contains the following:

 
# Protect against bug 28 235
<IfModule rewrite_module>
RewriteEngine on
. RewriteCond% {QUERY_STRING} \ [? ^ \ \ /: * \ X22 <> |%] + (# | \ | $?) [Nocase]
RewriteRule. - [Forbidden]
</ IfModule>
Abani79 (talk)22:00, 27 May 2012

I don't see anything that could cause this in your .htaccess file.

Using https://commons.wikimedia.org/wiki/File:Example.svg as an example, I see https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Example.svg/600px-Example.svg.png for the top example. Does this match where you see http://www.example.com/wiki/images/0/03/Example-Logo.svg ?

If so, you need to set up svg thumbnailing.

MarkAHershberger(talk)22:10, 27 May 2012