Hi, I have two websites on the same topic and I am trying to use one
image folder so that both websites can share the same images. I have
used symlinks for one website (kesihatan) pointing to the image folder
of the other website (health). What else do I need to do? I tried:

$wgUploadPath       = "images";
$wgUploadDirectory  = "images";
$wgAllowExternalImages = true;

but it is not working. I also tried

   $wgUploadPath = "../health/images";

Any help deeply appreciated.

HT Ling

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to