Hi all, I log in to wiki with my admin credentials. Now navigate to administer wiki but i do not see the wiki default images like configuration.png,lf.png,usersgroups.png etc When i go to firebug and inspect that image , i see the path as /mywiki/bin/download/XWiki/AdminSheet/configuration.png but there is no folder like this under mywiki (looks like they are stored in db and returned thru servlet.Just a guess) Just for information, i am running my wiki instance in disk mode so that all my attachments are stored in file system instead of db. Below is the change i did for that:- xwiki.store.attachment.versioning=0 # disable document recycling storage.attachment.recyclebin=0 xwiki.store.attachment.hint = file xwiki.store.attachment.versioning.hint = file xwiki.store.attachment.recyclebin.hint = file *I am not sure what i am missing here? Is running wiki under disk mode the cause for it ?, If yes what is the right way to proceed?*