When I upload a image from the Upload Files section to my mediawiki they return a 404 error but when I go to the uploaded files section I can see the thumbnail and click on the File button and it shows the image. If I click on the file name it return the 404 message.
I think the error has to do with Short Url because if I erase /view/ from the link and add index.php?title= it loads the image.
basically my issue is:
mediawiki thinks the files are located at /view/File:filename.png
but they’re really located at index.php?title=File:filename.png