[21:59:46] Hi all, I upgrade my wiki (some time ago) and noticed that the images from the skin are no longer being displayed. [22:00:10] (example; cc-by-nc-sa.png at the bottom of https://www.alteeve.com/w/Test ) [22:00:54] I see the file on disk, but perhaps in the wrong place, or broken because of the short URL ? [22:01:06] Any advice on how to debug? [22:02:42] I've tried switching between Vector, Timeless and MonoBook skins and all fail to load the images [22:03:07] note that other images added to articles load just fine, it's the ones built into mediawiki that aren't loading [22:10:19] huh, I noticed that the URL is '/w/resources/resources/assets/poweredby_mediawiki_176x62.png', note the dual '/resources' directory [22:10:22] hrm [22:27:04] well, I created two new redirects; [22:27:05] Alias /w/resources/skins /var/www/mediawiki/skins [22:27:06] Alias /w/resources/resources /var/www/mediawiki/resources [22:27:34] This "fixes" it, images are loading, but the root issue of the duplicate 'resources/resources' directory isn't fixed. Any tips would be lovely.