On 29/05/15 18:19, Gordon Joly wrote:
> 
> Just to say that I upgraded a second MediaWiki without problems. I think
> I may have some problems with copying the images directory back into place.
> 
> Gordon
> 
> 
> Product       Version
> MediaWiki     1.25.1
> PHP   5.4.39-0+deb7u2 (cgi-fcgi)
> MariaDB       10.0.19-MariaDB-1~wheezy


Checking one more time, the PNG files work but the JPG files do not.

Fix:  as suggested elsewhere, comment out "Options +FollowSymLinks"

Protect against bug 28235
<IfModule rewrite_module>
        RewriteEngine On
        RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
        RewriteRule . - [forbidden]
        # Fix for bug T64289
        # Options +FollowSymLinks
</IfModule>

Gordo




_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to