Ok... in your /images directory you should have an .htaccess file. Make sure it's chmod to 755.
Also in your Local file... use $wgFileExtensions as an array and add both jpg and png to the list. So far all you have set is PNG and you are looking for a JPG .. (HQL.jpg) Also, via shell access of ftp, verify the images file is there. I believe it's images/a/aa/HQL.jpg Chap On 8/10/2015 1:19 PM, Brook Powers wrote: > Really appreciate your time and suggestions. > > I added: > > > $wgFileExtensions[] = 'png'; > > and it did not seem to make a difference > > On Mon, Aug 10, 2015 at 12:30 PM, LCJones <[email protected]> wrote: > >> Unless I missed it, I didn't see >> >> $wgFileExtensions >> >> to allow the various file extensions such as jpg, png .... etc, etc >> >> https://www.mediawiki.org/wiki/Manual:$wgFileExtensions >> >> Chap >> **** >> >> On 8/10/2015 10:43 AM, Brook Powers wrote: >>> I appreciate all the suggestions. >>> I am still not able to figure it out. >>> Here is my current LocalSettings.php with sensitive info redacted. >>> Any suggestions appreciated. >> >> >> _______________________________________________ >> MediaWiki-l mailing list >> To unsubscribe, go to: >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
