Is there a way to configure Mediawiki to upload images to the same folder rather than random subfolders of the image directory?
For example, when I upload an image, I get a path like this:
http://website.com/wiki/images/5/5b/image.jpg
Can’t it just be this?:
http://website.com/wiki/images/image.jpg
Thank you in advance!
Yep, just set $wgHashedUploadDirectory to false in your LocalSettings.php file.