On Fri, May 29, 2015 at 4:50 PM, Christian Ermisch <[email protected]> wrote: > Helllo. I´ve got also a problem with images: > http://www.plateau-trivial.de/wiki/ > > Editing an saving any page doesn´t have an effect. > It´s strange that iamges from other folders are shown. (pi is a pic from > another domain) > Also strange is that thumbnails do work: > http://www.plateau-trivial.de/wiki/thumb.php?f=Suedfr.png&w=200 > > The directlink to the picture leads directley to an internal server error > 500: > http://www.plateau-trivial.de/wiki/images/Suedfr.png
I'm not sure, but this sounds similar to what I had after updating. It was caused by "FollowSymLinks" .htaccess option being forbidden on my hosting service, so I had to change "Options +FollowSymLinks" to "Options +SymLinksIfOwnerMatch" in images/.htaccess. -- Jani _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
